diff options
author | Richard Knight <q@1bpm.net> | 2021-08-25 22:37:47 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-08-25 22:37:47 +0100 |
commit | 9cb1b8db478b7e1e4eaab2fb0d181cbd96827464 (patch) | |
tree | 697daf9b09081d8f48312d953886fa6441b38981 | |
parent | e03984077490e08d8c00f258e088510c7582eea0 (diff) | |
download | csound-opl-9cb1b8db478b7e1e4eaab2fb0d181cbd96827464.tar.gz csound-opl-9cb1b8db478b7e1e4eaab2fb0d181cbd96827464.tar.bz2 csound-opl-9cb1b8db478b7e1e4eaab2fb0d181cbd96827464.zip |
readme update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +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. +Tested on Linux with Csound 6.17 and libADLMIDI 1.5.0.1 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. |