Skip to content

anunknowperson/renderlib

Repository files navigation

CMake on multiple platforms

renderlib

How to build

1. Downloading the repository:

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.

2. Dependencies:

  1. Install Vulkan SDK.
  2. If you have problems with vcpkg, try switching to a stable release from vcpkg releases.

3. Configure

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 .

4. Build

After configuring the project, you can build it using the following command:

cmake --build build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •