diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-12 21:19:48 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-12 21:19:48 +0200 |
commit | adc6d371af2cf356578fee6be0711d6db7f31288 (patch) | |
tree | 969a2b081f5089168a798dd945a8e0b287d02f8d /README | |
parent | fafc815d3b2f525e703ab9482a008201097ab90d (diff) | |
parent | 32d9c872e7abdaedb497e7403a44470676838ecb (diff) |
Merge in from master.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -3,8 +3,21 @@ Installation Instructions Compiling and installing the LV2 plugin ======================================= +If you extracted the code from a tar-ball skip to the "Configuring" section. + +Preparing code from git +----------------------- +If you cloned the repository from git, make sure to run the following commands +in order to obtain the hugin debug code: + git submodule init + git submodule update + +After that you need to run ./autogen.sh + +Configuring +----------- Run ./configure --enable-lv2 --prefix=/usr -Then run 'make && make install' and the plugion should be installed in +Then run 'make && make install' and the plugin should be installed in /usr/lib/lv2/drumgizmo.lv2 If you want to compile only the LV2 parts of the plugin use '--disable-editor --disable-cli' as additional parameters to the configure |