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
Once we have installed all the dependencies, we're almost ready to build
@@ -102,7 +95,6 @@ From now on these instructions will assume you downloaded the source
102
95
into `~/Development/sonic-pi`. If you used a different location be sure to
103
96
change any future references to `~/Development/sonic-pi` to your chosen location.
104
97
105
-
106
98
## 3. Running the Build
107
99
108
100
Now we're ready to build everything. This is achieved with one single command
@@ -113,7 +105,6 @@ which will:
113
105
2. Run the config script to set up the build system.
114
106
3. Run cmake to build the final entry-point binary.
115
107
116
-
117
108
### 3.1 Move to the app directory
118
109
119
110
Firstly, we need to change to the `app` directory at the root of the Sonic Pi repository:
@@ -122,7 +113,6 @@ Firstly, we need to change to the `app` directory at the root of the Sonic Pi re
122
113
cd ~/Development/sonic-pi/app
123
114
```
124
115
125
-
126
116
### 3.2 Build All
127
117
128
118
Next we run the build-all script for macOS:
@@ -131,25 +121,22 @@ Next we run the build-all script for macOS:
131
121
./mac-build-all.sh
132
122
```
133
123
134
-
135
124
## 4. Start Sonic Pi
136
125
137
-
Finally, you can run your newly compiled `Sonic Pi` app within the new `build`
126
+
Finally, you can run your newly compiled `Sonic Pi` app within the new `build/gui`
138
127
directly either by double clicking it in the Finder or via the terminal:
139
128
140
129
```
141
-
./build/Sonic\ Pi.app/Contents/MacOS/Sonic\ Pi
130
+
./build/gui/Sonic\ Pi.app/Contents/MacOS/Sonic\ Pi
142
131
143
132
```
144
133
145
-
146
134
## Good Luck!
147
135
148
136
Good luck and please share your new live coding adventure with us over on:
149
137
150
138
https://in-thread.sonic-pi.net
151
139
152
-
153
140
#### Anaconda users beware!
154
141
155
142
Anaconda (a popular data science toolkit) installs a lot of extra programs, including one called `macdeployqt` which conflicts with the build process mentioned above.
0 commit comments