-
Notifications
You must be signed in to change notification settings - Fork 4
AgentScape Rover Linux Windows Mac Configuration
If you do not want to bother with Virtualbox and the easy set up of the pre-configured virtual machine, this guide is for you. This is also true if your machine is not able to run virtualbox. This guide is somewhat high-level as it expects you to be able to connect the underlying dots of your own system. A Windows based setup can be a bit tricky as it is not always that forward to install open-source software.
Install following software: *
*First, install Agentscape 2.0.0 .
Then, edit each of the for pom.xml files
rover/pom.xml
rover.shared/pom.xml
rover.service/pom.xml
rover.monitor/pom.xml
and change the line
<org.iids.aos.install.path>${user.home}/agents-coursework/agentscape</org.iids.aos.install.path>
to point to wherever you installed agentscape.
Then use maven to mvn install
to compile the code for each of those four projects.