Start by cloning the repository with git clone --recurse-submodules https://github.com/anunknowperson/renderlib.git
If the repository was cloned non-recursively previously, use git submodule update --init
to clone the necessary submodules.
- Install Vulkan SDK.
This project uses CMake and CmakePresets to generate the build files. You can see the list of exsisting presets by running cmake --list-presets
. When, after selecting a preset, you can configure it using the following command:
cmake --preset <preset>
After configuring the project, you can build it using the following command:
cmake --build --preset <preset>