Here i present how to compile build and develop features.
- lib pthread (-lpthread)
- lib math (-lm)
- lib dynamic loader (-ldl)
- zlib (-lz)
cmake -S . -B build
cmake --build build -- -j `nproc`
cd build && ctest
You can find differents examples -> Here
Here i present how to compile build and develop features.
cmake -S . -B build
cmake --build build -- -j `nproc`
cd build && ctest
You can find differents examples -> Here