From ed6749485e19837cf0784b98350db54d3e345fb4 Mon Sep 17 00:00:00 2001 From: BZoennchen Date: Mon, 3 Apr 2017 11:34:26 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 800dd1ae3..df6a487f0 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,9 @@ For this project, GPGPU with OpenCL is used to speed up some computations. There ### Run the Application 1. Get the Source: Run `git clone https://gitlab.lrz.de/vadere/vadere.git`. -2. Build the Application: Go to the project directory and run `mvn clean package` (or `mvn clean package -DskipTests` if you want to skip the unit tests). -3. Start the Application: After building the application, you can start Vadere by running `java -jar VadereGui/target/gui-0.1-SNAPSHOT-jar-with-dependencies.jar`. +2. Build the Application: Go to the project directory and run `mvn clean package` (or `mvn clean package -DskipTests` if you want to skip the unit tests). This will build `vadere.jar`and `postvis.jar`. +3. Start the Application: After building the application, you can start Vadere by running `java -jar VadereGui/target/vadere.jar`. +4. (If you only want to use the Postvisualization-Tool you can do so by running `java -jar VadereGui/target/postvis.jar`). ## Usage Example -- GitLab