CFU-Playground icon indicating copy to clipboard operation
CFU-Playground copied to clipboard

Document method for getting 'sbt' both inside and outside of Google

Open tcal-x opened this issue 2 years ago • 2 comments

sbt is needed to rebuild VexRiscv (see https://cfu-playground.readthedocs.io/en/latest/projects/z_customizing_vex.html).

These are some alternate instructions for acquiring sbt, but I'm not sure if this is appropriate, and there may be Java dependencies that aren't satisfied:

mkdir ~/bin && cd ~/bin
wget https://raw.github.com/paulp/sbt-extras/master/sbt
chmod +x sbt

tcal-x avatar Aug 31 '21 00:08 tcal-x

https://sdkman.io/install looks convenient but a little scary. It support sbt and scala: https://sdkman.io/sdks#sbt

alanvgreen avatar Sep 01 '21 23:09 alanvgreen

There's also https://github.com/sbt/sbt. I haven't tried it.

tcal-x avatar Sep 01 '21 23:09 tcal-x