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.
- If you have problems with vcpkg, try switching to a stable release from vcpkg releases.
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 -B build --preset <preset> -S .
After configuring the project, you can build it using the following command:
cmake --build build