Update README.md
This commit is contained in:
parent
4e73d4ff7d
commit
505a92916a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue