Skip to content

Commit 3d1ddeb

Browse files
committed
Build - update macOS build instructions
We no longer need to explicitly install SuperCollider or Erlang as they are now included as prebuilt binaries on the tree. Also the version of Ruby shipping with Catalina works just fine so there's no need to install the latest Ruby just for the purposes of building on user's personal machines (however, the releases will likely continue to ship with their own internal Ruby tracking the latest releases).
1 parent a9ba58c commit 3d1ddeb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

BUILD-MAC.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ few dependencies:
3939

4040
1. Xcode (12.1+) and command line tools
4141
2. Homebrew
42-
3. All other dependencies - Qt (5.15+), CMake (3.18+), Ruby (2.7.2+), Erlang (23.1+)
42+
3. All other dependencies - Qt (5.15+), CMake (3.18+)
4343

4444
### 1.1 Install Xcode
4545

@@ -68,16 +68,10 @@ Once you have Homebrew installed, pulling in the rest of the
6868
dependencies is a couple of lines to execute within a terminal:
6969

7070
```
71-
brew install qt cmake ruby erlang
72-
brew cask install supercollider
71+
brew install qt cmake
7372
7473
```
7574

76-
(Note, if you have already manually installed recent version of
77-
SuperCollider into your `/Application` folder directly then there's no
78-
need to `brew cask install supercollider` as this will complain as an
79-
existing version of the app is already installed).
80-
8175
## 2. Preparing the Build
8276

8377
Once we have installed all the dependencies, we're almost ready to build

0 commit comments

Comments
 (0)