Skip to content

Commit

Permalink
Merge pull request #218 from PythonLinks/master
Browse files Browse the repository at this point in the history
added "brew install sbt" to the Mac OS x instructions.
  • Loading branch information
Dolu1990 authored Oct 9, 2023
2 parents 188c200 + 4149b8f commit f1a3902
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 f1a3902

Please sign in to comment.