Skip to content

Commit bad2577

Browse files
committed
updating instructions'
1 parent e7ba2b7 commit bad2577

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,20 @@ Currently, the plugins available in this tree are
2626
- widgets (requires the FLTK LIB)
2727
**FLTK-based widgets.**
2828
NB: These opcodes do not work correctly on MacOS due
29-
to incompatibilities with the operating system.
29+
to incompatibilities with the operating system.
30+
31+
Install location
32+
--------------
33+
The CMake scripts in this repository use the default CS_USER_PLUGIN
34+
location as defined in the Csound build. These are:
35+
36+
- LINUX: `$HOME/.local/lib/csound/${APIVERSION}/plugins64`(doubles)
37+
or `$HOME/.local/lib/csound/${APIVERSION}/plugins` (floats)
38+
- MACOS: `$HOME/Library/csound/${APIVERSION}/plugins64` (doubles)
39+
or `$HOME/Library/csound/${APIVERSION}/plugins` (floats)
40+
- Windows: `%%APP_LOCAL%%\csound\${APIVERSION}\plugins64`(doubles)
41+
or `%%APP_LOCAL%%\csound\${APIVERSION}\plugins` (floats)
42+
3043

3144
Build Instructions for Linux
3245
---
@@ -43,7 +56,10 @@ $ cmake ../
4356
$ make
4457
```
4558

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:
4763

4864
```
4965
$ cmake -DBUILD_CHUA_OPCODES=OFF ../
@@ -53,7 +69,6 @@ To install the opcodes you have built
5369

5470
```
5571
$ make install
56-
$ ldconfig
5772
```
5873

5974
Depending on your permissions, you might need to prepend `sudo` to
@@ -113,3 +128,4 @@ $ make install
113128
```
114129

115130
using `sudo` in the last step if needed.
131+

0 commit comments

Comments
 (0)