-
Notifications
You must be signed in to change notification settings - Fork 12
Build
Kim Kulling edited this page Apr 10, 2024
·
3 revisions
Currently, only build from source is supported.
- Git is installed
- CMake is installed
- For Windows VC2019 or VS 2022 are installed
- For Linux: G++ or Clang++ are installed
You can checkout the latest sources from Github:
git clone --recursive https://github.com/kimkulling/osre.git
You can also download a release version.
cmake --preset=default
cmake --build .
Same as for Windows:
cmake --preset=default
cmake --build .
At first you need to make sure that the following prerequisites are fulfilled
- SDL2
- Glm
cmake
cmake --build .