Skip to content

Build Instructions

This document provides step-by-step instructions for building the Saturn engine and editor from source code.


Follow these steps to build Saturn from source.

  1. Clone the repository and initialize all submodules.

    Terminal window
    git clone --recurse-submodules https://github.com/WilliamKarolDiCioccio/saturn
  2. Select a CMake configure preset appropriate for your platform.

  3. Select a corresponding build preset and build the project. The vcpkg toolchain installs dependencies automatically.

At this point, the engine, editor, and test targets are available for your platform.