]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/commitdiff
Update readme with ninja build
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 11:49:34 +0000 (13:49 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 11:49:34 +0000 (13:49 +0200)
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].