for Summer Semester 2020
To work with Vadere Crowd Simulation Software, we cloned the stable branch into our repository.
In order to compile & run, an IDE is required.
Clone the repository, then;
mvn clean
mvn -Dmaven.test.skip=true packageSame commands taken from the original repository.
Follow the steps below after building the necessary files.
Navigate to directory below;
cd VadereGui/targetThen;
vadere-gui.jarIf that doesn't work, do;
<PATH TO JDK> -jar vadere-gui.jarNavigate to directory below;
cd VadereSimulator/targetThen;
vadere-console.jarIf that doesn't work, do;
<PATH TO JDK> -jar vadere-console.jar