Currently refer to the docs folder for implementation guides
Note
The build will fail if you are not on a linux system or inside the dev container
Guides for building. Make sure you have the latest version of CMAKE installed on your machine. If you want to build the project run mkdir build && cd build then run cmake -D<option>=<value> ... Then after that run cmake --build .