Skip to main content

Getting started

Build with Conan 2

conan install . --build=missing -s build_type=Release -s compiler.cppstd=17
cmake --preset conan-release
cmake --build --preset conan-release

See the repository README for Windows MSVC, layout variants, and release flow.

C++ API

Browse the Doxygen reference: C++ API.