mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
Update README.md
Remove JDK constraints
This commit is contained in:
parent
b5caca54cd
commit
285f6bb6ac
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Note that recently, the capability to remove the Fetch/Memory/WriteBack stage wa
|
|||
On Ubuntu 14 :
|
||||
|
||||
```sh
|
||||
# JAVA JDK 8. Do not try with JDK >= 9
|
||||
# JAVA JDK 8
|
||||
sudo add-apt-repository -y ppa:openjdk-r/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install openjdk-8-jdk -y
|
||||
|
|
Loading…
Reference in a new issue