diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-05-05 14:31:48 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-05-05 14:31:48 +0200 |
commit | bbce52601dd98a73aacb094a233cfa399f7fc486 (patch) | |
tree | 83f95fabb3ba560fc8c008c7d1656cb214c605ee | |
parent | 480ed378308151fb6bd7e9bab7dcf87b18213c2b (diff) | |
download | moony.lv2-bbce52601dd98a73aacb094a233cfa399f7fc486.tar.xz |
update build instruction.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ Get more information at: [http://open-music-kontrollers.ch/lv2/lua](http://open- git clone https://github.com/OpenMusicKontrollers/lua.lv2.git cd lua.lv2 + git submodule update --init mkdir build cd build cmake -DCMAKE_C_FLAGS="-std=gnu99" .. |