From be702a2cf8b098eec5cc989b00538e5c4df91c52 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 4 Sep 2022 00:50:46 +0100 Subject: example update --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3