Changes between Version 10 and Version 11 of Running Quagents
- Timestamp:
- Aug 26, 2011 1:55:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Running Quagents
v10 v11 27 27 2) See [[Compiling Quagents]] to compile the client code (navigate to client/API/ and type "ant"). 28 28 29 3) Launch the server by executing ./run-mac.sh or ./run-pure.sh depending on your machine architecture.29 3) Launch the server by executing ./run-mac.sh <builddir> or ./run-pure.sh depending on your machine architecture. 30 30 31 31 4) Launch the client by executing "java -jar Quagents3.jar <SCENARIONAME> <MAP>" in directory client/API/build/jar.