Skip to content

Commit 7a080ef

Browse files
authored
Add Erlang to BUILD-MAC.md, update GitHub target
s/samaaron/sonic-pi-net/g Also, `erlang` is a dependency that was unlisted.
1 parent cac474c commit 7a080ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILD-MAC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version of Sonic Pi. If you're just looking to install it, we've already
1010
done all of this work for you and you can grab the latest signed
1111
pre-built version of the app here:
1212

13-
https://github.com/samaaron/sonic-pi/releases
13+
https://github.com/sonic-pi-net/sonic-pi/releases
1414

1515
If you're definitely sure you want to build your own release, then we
1616
really hope that these instructions help. Please let us know if you have
@@ -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+)
42+
3. All other dependencies - Qt (5.15+), CMake (3.18+), Erlang (23.1.1+)
4343

4444
### 1.1 Install Xcode
4545

@@ -68,7 +68,7 @@ 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
71+
brew install qt cmake erlang
7272
7373
```
7474

@@ -81,14 +81,14 @@ The easiest way of getting this is likely to be cloning from GitHub
8181
into a folder on your hard drive such as `~/Development/sonic-pi`:
8282

8383
```
84-
git clone https://github.com/samaaron/sonic-pi.git ~/Development/sonic-pi
84+
git clone https://github.com/sonic-pi-net/sonic-pi.git ~/Development/sonic-pi
8585
```
8686

8787
If you don't have Git installed you should be able to download a `.zip`
8888
file of the latest commit or specific release (v3.3+) you'd like to
8989
build:
9090

91-
https://github.com/samaaron/sonic-pi/archive/main.zip
91+
https://github.com/sonic-pi-net/sonic-pi/archive/main.zip
9292

9393
From now on these instructions will assume you downloaded the source
9494
into `~/Development/sonic-pi`. If you used a different location be sure to

0 commit comments

Comments
 (0)