]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - README.md
Update readme with ninja build
[hubacji1/bcar.git] / README.md
index 3d1a88afed97baf340f59eb79b6b38c4ff9bb1c7..eb40efae12dc3ab46a89303a426c689ee9d90734 100644 (file)
--- 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].