Table of Contents
Compiling and running Doomsday 3 with CMake
Short build instructions
Full build instructions
Compiling and running Doomsday 3 with CMake
Doomsday 3 is built with
CMake
3.1 (or later).
Short build instructions
Clone the repository.
Run
doomsday/build/scripts/build_deps.py build
to download and compile the required dependencies.
Create an empty build directory.
Run CMake with the appropriate build options.
Build.
Full build instructions
TBD