You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erlang isn't an external dep as it's included in the source tree.
Moved the conda warning to the end of the file.
For Google-fu, an example of the warning when using the incorrect `macdeployqt` from Anaconda was
```
Class QMacAutoReleasePoolTracker is implemented in both ...
```
Copy file name to clipboardExpand all lines: BUILD-MAC.md
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -32,26 +32,14 @@ _These build instructions assume you're running under macOS 10.15+. If
32
32
you're using an older version of macOS some steps may need
33
33
modification._
34
34
35
-
#### Anaconda users beware!
36
-
37
-
Anaconda (a popular data science toolkit) installs a lot of extra programs, including one called `macdeployqt` which conflicts with the build you're about to try.
38
-
39
-
If you run:
40
-
41
-
```
42
-
conda deactivate
43
-
```
44
-
45
-
Before the following steps that should stop things breaking. Once Sonic Pi is built, you can use `conda` as normal after that.
46
-
47
35
## 1. Installing Dependencies
48
36
49
37
In order to build Sonic Pi's various components, we need to install a
50
38
few dependencies:
51
39
52
40
1. Xcode (12.1+) and command line tools
53
41
2. Homebrew
54
-
3. All other dependencies - Qt (5.15+), CMake (3.18+), Erlang (23.1.1+)
42
+
3. All other dependencies - Qt (5.15+), CMake (3.18+)
55
43
56
44
### 1.1 Install Xcode
57
45
@@ -80,7 +68,7 @@ Once you have Homebrew installed, pulling in the rest of the
80
68
dependencies is a couple of lines to execute within a terminal:
81
69
82
70
```
83
-
brew install qt cmake erlang
71
+
brew install qt cmake
84
72
85
73
```
86
74
@@ -157,6 +145,19 @@ directly either by double clicking it in the Finder or via the terminal
157
145
158
146
```
159
147
148
+
#### Anaconda users beware!
149
+
150
+
Anaconda (a popular data science toolkit) installs a lot of extra programs, including one called `macdeployqt` which conflicts with the build process mentioned above.
151
+
152
+
If you run:
153
+
154
+
```
155
+
conda deactivate
156
+
```
157
+
158
+
Before the build steps that should stop things breaking. Once Sonic Pi is built, you can use `conda` as normal after that.
159
+
160
+
160
161
## Good Luck!
161
162
162
163
Good luck and please share your new live coding adventure with us over on:
0 commit comments