Update README.md

This commit is contained in:
Dolu1990 2018-06-08 18:00:22 +02:00 committed by GitHub
parent 4e73d4ff7d
commit 505a92916a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -123,8 +123,11 @@ There is a summary of the configuration which produce 1.44 DMIPS :
On Ubuntu 14 : On Ubuntu 14 :
```sh ```sh
# JAVA JDK 8. Do not try with JDK >= 9 # JAVA JDK 8. Do not try with JDK >= 9sudo add-apt-repository -y ppa:openjdk-r/ppa
sudo apt-get install openjdk-8-jdk sudo apt-get update
sudo apt-get install openjdk-8-jdk -y
sudo update-alternatives --config java
sudo update-alternatives --config javac
# SBT # SBT
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list