diff options
| author | Martin Schoeberl | 2017-08-11 14:53:32 +0200 |
|---|---|---|
| committer | edwardcwang | 2017-08-11 08:00:47 -0700 |
| commit | 43e62e7f6b5534b48c3757cfcca51b66ca74753d (patch) | |
| tree | ca00e810243d5568bcba3acd7dcb924fd170ceb4 /README.md | |
| parent | 5b6802e8f231805f638f8fe057bee342a56a78e7 (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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: ``` |
