aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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