diff options
| author | Martin Schoeberl | 2021-09-08 18:52:23 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-08 09:52:23 -0700 |
| commit | ff1bcb09d9bd416fcba68496b7cef1d0e454dfd5 (patch) | |
| tree | 3a8b37c1b4644dca05f6a6a7c7469347bd558f6a /SETUP.md | |
| parent | 9964857e2ddd97fc14ac63d1a8a04223a19a15c3 (diff) | |
Update sbt installation instructions (#2115)
* Update sbt installation instructions
The bintray reference is dead.
* fix grammar
Diffstat (limited to 'SETUP.md')
| -rw-r--r-- | SETUP.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -13,14 +13,7 @@ Note that both [PeekPokeTester](https://github.com/freechipsproject/chisel-teste 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: - ``` - echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823 - sudo apt-get update - sudo apt-get install sbt - ``` +1. Install sbt according to the instructions from [sbt download](https://www.scala-sbt.org/download.html). 1. Install Verilator. We currently recommend Verilator version 4.016. |
