diff options
author | Richard <q@1bpm.net> | 2021-03-16 02:07:34 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2021-03-16 02:07:34 +0000 |
commit | f76c8bddc1d9a7309db75ea60ca71f98b40685ab (patch) | |
tree | 6430e1998a4d493c690e3e666a3bb271f862876f | |
parent | 6e52c02e111a6ce5aa4af216736017dd6fc640e0 (diff) | |
download | csound-xtract-f76c8bddc1d9a7309db75ea60ca71f98b40685ab.tar.gz csound-xtract-f76c8bddc1d9a7309db75ea60ca71f98b40685ab.tar.bz2 csound-xtract-f76c8bddc1d9a7309db75ea60ca71f98b40685ab.zip |
update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Tested on Linux and Windows 7 with MSYS as of March 2021. ## Installation -Create a build directory at the top of the source tree, excute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting libcsxtract library can be used with the *--opcode-lib* flag in Csound. +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 libcsxtract library can be used with the *--opcode-lib* flag in Csound. eg: mkdir build && cd build |