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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,11 @@ plugin-example/build/$ make
16
16
plugin-example/build/$ make install
17
17
```
18
18
19
-
On OSX, the plugins will end up in `sc3-plugins/build/SC3plugins`.
20
-
21
19
WARNING: on OSX, if you want to install into `CMAKE_INSTALL_PREFIX`, you have to specify it by disabling the `IN_PLACE_BUILD` cmake option which defaults to ON (see below).
22
20
23
21
## Installing
24
22
25
-
Copy the `SC3plugins` folder to your Extensions folder. You can find out which one that is by evaluating
23
+
Copy the `plugin-example` folder to your Extensions folder. You can find out which one that is by evaluating
26
24
27
25
```
28
26
Platform.userExtensionDir
@@ -34,4 +32,4 @@ from within SuperCollider. Alternatively, you may install the extensions system-
34
32
Platform.systemExtensionDir
35
33
```
36
34
37
-
Tip: On OSX and Linux, it might be more convenient to use a symbolic link rather than copying or moving the directory.
35
+
Tip: On OSX and Linux, it might be more convenient to use a symbolic link rather than copying or moving the directory.
0 commit comments