Commit 356b5afa authored by drallensmith's avatar drallensmith

Try to fix travis problem re git; README.md to make note regarding sudo visible on github

parent d586b982
...@@ -16,13 +16,14 @@ RoboCup 2D Half Field Offense ...@@ -16,13 +16,14 @@ 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=RelwithDebInfo .. cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo ..
make -j4 make -j4
make install make install
``` ```
Note: There is no need for 'sudo' with 'make install' - the files will be installed below the starting directory.
#### Python Install [required for python interface] #### Python Install [required for python interface]
From the main HFO directory: `pip install [--user] .` From the main HFO directory: `pip install [--user] .`
......
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