diff options
author | Richard <q@1bpm.net> | 2021-07-10 17:09:32 +0100 |
---|---|---|
committer | Richard <q@1bpm.net> | 2021-07-10 17:09:32 +0100 |
commit | d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb (patch) | |
tree | dfedafdb9ff69e2621c83612506df321d1b18cde | |
parent | 6fc410cbb8e1a46f9a41ec47cc1993051878fd44 (diff) | |
download | csound-festival-d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb.tar.gz csound-festival-d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb.tar.bz2 csound-festival-d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb.zip |
corrected readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ The opcode has only been tested on Linux as of writing. ## Building -Create a build directory at the top of the source tree, execute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting libnstrexists module can be used with the *--opcode-lib* flag in Csound. eg: +Create a build directory at the top of the source tree, execute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting module can be used with the *--opcode-lib* flag in Csound. eg: cd csound-festival mkdir build && cd build |