Commit ed4ffd5b authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated Readme.

parent 2e510200
......@@ -11,11 +11,12 @@ RoboCup 2D Half Field Offense
- Qt4 [Optional]: Required for SoccerWindow2 visualizer. To skip add cmake flag `-DBUILD_SOCCERWINDOW=False`.
## Install
```mkdir build && cd build
`
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
make install
```
`
## Example Agents
Example C++ and Python agents are provided in the `example` directory.
......
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