diff options
author | Richard <q@1bpm.net> | 2022-09-04 00:50:46 +0100 |
---|---|---|
committer | Richard <q@1bpm.net> | 2022-09-04 00:50:46 +0100 |
commit | be702a2cf8b098eec5cc989b00538e5c4df91c52 (patch) | |
tree | f6310a6461cd7006c0614abadc77b5ba18be1a31 /README.md | |
parent | e188fb2e7e180d8309188b37152728f7ec459bb7 (diff) | |
download | csound-json-be702a2cf8b098eec5cc989b00538e5c4df91c52.tar.gz csound-json-be702a2cf8b098eec5cc989b00538e5c4df91c52.tar.bz2 csound-json-be702a2cf8b098eec5cc989b00538e5c4df91c52.zip |
example updatev0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Simple key/index access is available, as are more powerful query expressions usi 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 library can be used with the *--opcode-lib* flag in Csound. eg: + git clone https://git.1bpm.net/csound-json + cd csound-json mkdir build && cd build cmake .. make && sudo make install |