Aller au contenu

Developpement#

Herre i present how to compile build and develop features.

Requirement#

  • lib pthread (-lpthread)
  • lib math (-lm)
  • lib dynamic loader (-ldl)
  • zlib (-lz)
cmake -S . -B build
cmake --build build -- -j `nproc`
cd build && ctest

Examples#

You can find differents examples -> Here