From 3794d61a77a3b4b1c4639c51452aa75f59fb41b9 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 24 Oct 2014 11:15:17 +0200 Subject: [PATCH] readme update (fix #654) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13016281..6715a593 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ 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 openjdk-7-jdk maven + sudo apt-get install build-essential openjdk-7-jdk maven 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.