Skip to content
Kim Kulling edited this page Apr 10, 2024 · 3 revisions

Build instructions

Currently, only build from source is supported.

Prerequisites

  • Git is installed
  • CMake is installed
  • For Windows VC2019 or VS 2022 are installed
  • For Linux: G++ or Clang++ are installed

Checkout the sources

You can checkout the latest sources from Github:

git clone --recursive https://github.com/kimkulling/osre.git

You can also download a release version.

Build on Windows

cmake --preset=default
cmake --build .

Build on Linux with vcpkg

Same as for Windows:

cmake --preset=default
cmake --build .

Build on Linux without vcpkg

At first you need to make sure that the following prerequisites are fulfilled

  • SDL2
  • Glm
cmake
cmake --build .