From 691bdb151261a83633c5ed3d9ce8c069f4bd1f4d Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 11 Nov 2014 08:54:58 +0100 Subject: [PATCH] force g++ install (fix #673) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b359c8..ce356d7f 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 build-essential openjdk-7-jdk maven + sudo apt-get install g++ build-essential openjdk-7-jdk maven # Make sure java7 is the selected java version sudo update-alternatives --config java sudo update-alternatives --config javac