summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-05-13 11:44:13 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-05-13 11:44:13 +0200
commit2392a5b663504748e17857de259966f106360a4a (patch)
treeb2e62dfe958339dcdb1e54903b12925bbc005195 /README
parent8ca5a095d58313182c53261d104899018fc4f48e (diff)
Added info about how to compile and install the LV2 plugin to the README.
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 28 insertions, 1 deletions
diff --git a/README b/README
index 26b8ee9..17f1dd1 100644
--- a/README
+++ b/README
@@ -1 +1,28 @@
-About time I put something in this file... \ No newline at end of file
+Installation Instructions
+*************************
+
+Compiling and installing the LV2 plugin
+=======================================
+Run ./configure --enable-lv2 --prefix=/usr
+Then run 'make && make install' and the plugion 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
+script.
+
+The LV2 plugin requires the following dependencies:
+pkg-config >= 0.23
+lv2 >= 1.0
+Xlib >= 1.0
+sndfile >= 1.0.21
+libpng >= 1.2
+pthread (no minimal version specified)
+expat (no minimal version specified)
+
+Be aware that if you are planning on running the LV2 plugin from within one
+of the binary releases of Ardour, you must make sure that drumgizmo is using
+the same version of libpng, pthread and expat as Ardour was compiled with (or
+at least versions matching the ABI), otherwise the plugin will show strange
+behaviour or even crash upon load.
+
+