Commit 656b296d authored by Matthew Hausknecht's avatar Matthew Hausknecht

More edits to readme.

parent a6ea2900
...@@ -9,9 +9,11 @@ HFO ...@@ -9,9 +9,11 @@ HFO
- [soccerwindow2-5.1.0](http://en.sourceforge.jp/projects/rctools/downloads/51942/soccerwindow2-5.1.0.tar.gz/) Optional - [soccerwindow2-5.1.0](http://en.sourceforge.jp/projects/rctools/downloads/51942/soccerwindow2-5.1.0.tar.gz/) Optional
## Install ## Install
1. Edit the `LIBRCSC_INCLUDE` and `LIBRCSC_LINK` variables in CMakeLists.txt to point to your librcsc include and library directories. 1. Edit the `LIBRCSC_INCLUDE`/`LIBRCSC_LINK` variables in `CMakeLists.txt` to point to your librcsc include/lib directories.
2. `cmake .` 2. `cmake .`
3. `make` 3. `make`
## Run ## Run
Execute `bin/start.py`. ```bash
bin/start.py
```
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