@@ -10,7 +10,7 @@ version of Sonic Pi. If you're just looking to install it, we've already
10
10
done all of this work for you and you can grab the latest signed
11
11
pre-built version of the app here:
12
12
13
- https://github.com/samaaron /sonic-pi/releases
13
+ https://github.com/sonic-pi-net /sonic-pi/releases
14
14
15
15
If you're definitely sure you want to build your own release, then we
16
16
really hope that these instructions help. Please let us know if you have
@@ -39,7 +39,7 @@ few dependencies:
39
39
40
40
1 . Xcode (12.1+) and command line tools
41
41
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+)
43
43
44
44
### 1.1 Install Xcode
45
45
@@ -68,7 +68,7 @@ Once you have Homebrew installed, pulling in the rest of the
68
68
dependencies is a couple of lines to execute within a terminal:
69
69
70
70
```
71
- brew install qt cmake
71
+ brew install qt cmake erlang
72
72
73
73
```
74
74
@@ -81,14 +81,14 @@ The easiest way of getting this is likely to be cloning from GitHub
81
81
into a folder on your hard drive such as ` ~/Development/sonic-pi ` :
82
82
83
83
```
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
85
85
```
86
86
87
87
If you don't have Git installed you should be able to download a ` .zip `
88
88
file of the latest commit or specific release (v3.3+) you'd like to
89
89
build:
90
90
91
- https://github.com/samaaron /sonic-pi/archive/main.zip
91
+ https://github.com/sonic-pi-net /sonic-pi/archive/main.zip
92
92
93
93
From now on these instructions will assume you downloaded the source
94
94
into ` ~/Development/sonic-pi ` . If you used a different location be sure to
0 commit comments