diff options
author | Richard Knight <q@1bpm.net> | 2021-08-25 22:37:19 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-08-25 22:37:19 +0100 |
commit | e03984077490e08d8c00f258e088510c7582eea0 (patch) | |
tree | 4bc787dae305a1d9fd1d6694ac61c4dcf68e05c2 | |
parent | 5f084737a2899d2765432d672c6ef608e6203e14 (diff) | |
download | csound-opl-e03984077490e08d8c00f258e088510c7582eea0.tar.gz csound-opl-e03984077490e08d8c00f258e088510c7582eea0.tar.bz2 csound-opl-e03984077490e08d8c00f258e088510c7582eea0.zip |
readme update
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ which are compiled into ADLMIDI/libADLMIDI - many are custom banks extracted fro * [libADLMIDI](https://github.com/Wohlstand/libADLMIDI) +Tested on Linux with Csound 6.17 as of writing. ## Installation 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. |