You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Challenge Benchmark Tool for the [RoboCup 3D Soccer Simulation League](http://wi
22
22
- Clone the repository: `git clone https://github.com/magmaOffenburg/magmaChallenge`.
23
23
- Make sure you have Java 8 installed and available on your command line.
24
24
- Make sure you have [simspark and rcssserver3d](http://simspark.sourceforge.net/wiki/index.php/Main_Page) installed and the command `rcssserver3d` is available on your command line.
25
+
- Run `./mvnw package` from the root directory of this repository. You'll find the build result in the `target/magmachallenge` directory.
25
26
26
27
For contributions, please set up `clang-format` as described [here](https://github.com/hsoautonomy/formatting).
0 commit comments