From 9c9e43cf4641e7f67179b20fd2a61cda82ead391 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 26 Oct 2014 12:34:33 +0100 Subject: [PATCH] readme update (fix #655) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6715a593..a57e0205 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ You also need Maven 3.x (and a Java 1.7+ JDK) installed in order to build the ap To install maven and openjdk on Ubuntu, issue the following commands sudo apt-get install build-essential openjdk-7-jdk maven + # Make sure java7 is the selected java version + sudo update-alternatives --config java + sudo update-alternatives --config javac On Windows and other operating systems, just download maven 3.x from the [official site](http://maven.apache.org/), extract it somewhere and add the `bin` directory to your `PATH` environment variable.