]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/commitdiff
Update readme with ninja build
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 11:51:08 +0000 (13:51 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 13:06:41 +0000 (15:06 +0200)
README.md

index ffcae0b048383c4e8b89b860389924e7225a8bbd..27861747db936a56feb2d85f0f8f8fb19a2a4cb3 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
+```
+
 # RRT Extensions
 There is basic RRT\* algorithm in `rrts.cc` file. To test different approaches
 and upgrades to RRT, *extensions* are declared in `rrtext.h` and implemented in