Changes between Version 12 and Version 13 of Running Quagents
- Timestamp:
- Aug 26, 2011 2:10:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Running Quagents
v12 v13 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 <builddir> or ./run-pure.shdepending on your machine architecture.29 3) Launch the server by executing ./run.sh <builddir> 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/.