aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2022-09-04 00:50:46 +0100
committerRichard <q@1bpm.net>2022-09-04 00:50:46 +0100
commitbe702a2cf8b098eec5cc989b00538e5c4df91c52 (patch)
treef6310a6461cd7006c0614abadc77b5ba18be1a31
parente188fb2e7e180d8309188b37152728f7ec459bb7 (diff)
downloadcsound-json-be702a2cf8b098eec5cc989b00538e5c4df91c52.tar.gz
csound-json-be702a2cf8b098eec5cc989b00538e5c4df91c52.tar.bz2
csound-json-be702a2cf8b098eec5cc989b00538e5c4df91c52.zip
example updatev0.1
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a58e93f..f59c453 100644
--- a/README.md
+++ b/README.md
@@ -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