Loading...
Searching...
No Matches
Prerequisites
- GNU Make to setup the development environment
- CMake to build the project
- C/C++ compiler (one of)
- Git to sync the submodules
- Python to build pybind11 module and gcovr reports
Build instructions
make env
cmake -S . -B build
cmake --build build