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
or `%%APP_LOCAL%%\csound\${APIVERSION}\plugins` (floats)
42
+
30
43
31
44
Build Instructions for Linux
32
45
---
@@ -43,7 +56,10 @@ $ cmake ../
43
56
$ make
44
57
```
45
58
46
-
By default, all the plugins are built. If one wants to exclude a plugin from the build process, one can pass an option to the cmake command. For example, to exclude the chua plugin, the `cmake` command would be:
59
+
By default, all the plugins are built. If one wants to exclude a
60
+
plugin from the build process,
61
+
one can pass an option to the cmake command.
62
+
For example, to exclude the chua plugin, the `cmake` command would be:
47
63
48
64
```
49
65
$ cmake -DBUILD_CHUA_OPCODES=OFF ../
@@ -53,7 +69,6 @@ To install the opcodes you have built
53
69
54
70
```
55
71
$ make install
56
-
$ ldconfig
57
72
```
58
73
59
74
Depending on your permissions, you might need to prepend `sudo` to
0 commit comments