Skip to content

Commit

Permalink
added "brew install sbt" to the Mac OS x instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonLinks authored Oct 8, 2023
1 parent 188c200 commit 4149b8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/SpinalHDL/Getting Started/Install and setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Jenv added these lines to my .bash_profile
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
Next you have to install scala's interactive build tool sbt.

.. code-block:: sh
brew install sbt
If this works for you, please let us know. If this does not work for you, you can read the github issue about Mac o SX installation here.
https://github.com/SpinalHDL/SpinalHDL/issues/1216

Expand Down

0 comments on commit 4149b8f

Please sign in to comment.