Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 329 Bytes

3.0-Developpement.md

File metadata and controls

20 lines (14 loc) · 329 Bytes

Developpement

Here 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