summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Schoeberl2017-08-11 14:53:32 +0200
committeredwardcwang2017-08-11 08:00:47 -0700
commit43e62e7f6b5534b48c3757cfcca51b66ca74753d (patch)
treeca00e810243d5568bcba3acd7dcb924fd170ceb4 /README.md
parent5b6802e8f231805f638f8fe057bee342a56a78e7 (diff)
README: Java package
For a start from a plain Ubuntu you need Java first before sbt
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf4ea635..07fe0a3d 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,10 @@ This will walk you through installing Chisel and its dependencies:
### (Ubuntu-like) Linux
+1. Install Java
+ ```
+ sudo apt-get install default-jdk
+ ```
1. [Install sbt](http://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html),
which isn't available by default in the system package manager:
```