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 package
Same commands taken from the original repository.
Follow the steps below after building the necessary files.
Navigate to directory below;
cd VadereGui/target
Then;
vadere-gui.jar
If that doesn't work, do;
<PATH TO JDK> -jar vadere-gui.jar
Navigate to directory below;
cd VadereSimulator/target
Then;
vadere-console.jar
If that doesn't work, do;
<PATH TO JDK> -jar vadere-console.jar