X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/psp.git/blobdiff_plain/4dae46288a9d58bd757b42dee9ffeb2ecffef532..HEAD:/README.md diff --git a/README.md b/README.md index 575de84..72a61e5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ cmake ../ make ``` +To build with ninja: +``` +mkdir build +cd build +cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../ +ninja -v +``` + # Contribute Use [OneFlow][3] branching model and keep the [changelog][4].