Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 1.34 KB

README_building.md

File metadata and controls

85 lines (53 loc) · 1.34 KB

Build Instructions

A full build has different steps:

  1. Install dependences
  2. Configure the build
  3. Build the project
  4. Editing & git directives

(1) Install dependences

Install commands (Linux)
Install commands (Linux)
Install commands (Linux)
Install commands (Linux)
Install commands (Linux)
Install commands (Linux)

(2) Configure the build

To configure the project, use cmake or cmake-gui.

(2.a) Configuring via cmake:

TODO

(2.b) Configuring via cmake-gui:

Open the GUI in the project root folder:

cmake-gui .

Set the build directory to out, disable warnings-as-errors and generate. For further debugging set the sanitizers, same goes for optimization.

build_dir

(3) Build the project

Build the project for all targets:

    cmake --build out/build/unixlike-clang-debug/

or

TODO

Editing and git directives

TODO