From ff1bcb09d9bd416fcba68496b7cef1d0e454dfd5 Mon Sep 17 00:00:00 2001 From: Martin Schoeberl Date: Wed, 8 Sep 2021 18:52:23 +0200 Subject: Update sbt installation instructions (#2115) * Update sbt installation instructions The bintray reference is dead. * fix grammar--- SETUP.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index 5f5e6f4f..27e07960 100644 --- a/SETUP.md +++ b/SETUP.md @@ -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. -- cgit v1.2.3