- Install Meson (0.47 or higher) and Ninja
- Run
meson build --buildtype release
- Build with
ninja -vC build
Build and run tests with ninja -vC build test
Install using ninja -vC build install
Generate HTML documentation with ninja -vC build doc/html