Commit c8ea54db authored by drallensmith's avatar drallensmith

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

(cherry picked from commit 356b5afa)
parent 864a998e
......@@ -16,13 +16,14 @@ RoboCup 2D Half Field Offense
- numpy
## Install
Note: There is no need for 'sudo' with 'make install' - the files will be installed below the starting directory.
```
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo ..
make -j4
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]
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