To build, please don't forget to first git submodule update --init
the submodules.
Then, it's just a matter of calling cmake and building the project:
mkdir build
cd build
cmake .. -GNinja
ninja
For usage examples, please see the examples and test directories.