Commit 580cd37b authored by drallensmith's avatar drallensmith

Update README.md for cmake info

parent 1cd3c5bc
...@@ -16,9 +16,10 @@ RoboCup 2D Half Field Offense ...@@ -16,9 +16,10 @@ RoboCup 2D Half Field Offense
- numpy - numpy
## Install ## Install
Note: There is no need for 'sudo' with 'make install' - the files will be installed below the starting directory.
``` ```
mkdir build && cd build mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo ..
make -j4 make -j4
make install make install
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment