From 859cf468aa6e544f0db11f5c292cd3185fb81830 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 27 Aug 2015 12:45:37 +0200 Subject: [PATCH] add openjdk ppa on ubuntu lts (fix #756) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 099d9ac0..2c6e577e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,12 @@ You also need the Java 1.8+ JDK in order to build the application. To install the required packages to build CommaFeed on Ubuntu, issue the following commands + # if openjdk-8-jdk is not available on your ubuntu version (14.04 LTS), add the following repo first + sudo add-apt-repository ppa:openjdk-r/ppa + sudo apt-get update + sudo apt-get install g++ build-essential openjdk-8-jdk + # Make sure java8 is the selected java version sudo update-alternatives --config java sudo update-alternatives --config javac