mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add openjdk ppa on ubuntu lts (fix #756)
This commit is contained in:
@@ -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
|
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
|
sudo apt-get install g++ build-essential openjdk-8-jdk
|
||||||
|
|
||||||
# Make sure java8 is the selected java version
|
# Make sure java8 is the selected java version
|
||||||
sudo update-alternatives --config java
|
sudo update-alternatives --config java
|
||||||
sudo update-alternatives --config javac
|
sudo update-alternatives --config javac
|
||||||
|
|||||||
Reference in New Issue
Block a user