Skip to content

Building from Source

radj307 edited this page Dec 12, 2021 · 26 revisions

Dependencies

Tools

Libraries

You can install the library dependencies from the commandline by using git submodule init && git submodule update from the repository root.

Once the directory is set up, you can use your preferred IDE if it supports building from CMakeLists.txt by opening it in the repository root directory & building.

Clone this wiki locally