From 4149b8f4d73c2ae00410c184b3b7e9607065a859 Mon Sep 17 00:00:00 2001 From: PythonLinks <34622952+PythonLinks@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:05:06 +0200 Subject: [PATCH] added "brew install sbt" to the Mac OS x instructions. --- source/SpinalHDL/Getting Started/Install and setup.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/SpinalHDL/Getting Started/Install and setup.rst b/source/SpinalHDL/Getting Started/Install and setup.rst index fa145d68c26..5896ea99d2c 100644 --- a/source/SpinalHDL/Getting Started/Install and setup.rst +++ b/source/SpinalHDL/Getting Started/Install and setup.rst @@ -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