From 2392a5b663504748e17857de259966f106360a4a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 13 May 2013 11:44:13 +0200 Subject: Added info about how to compile and install the LV2 plugin to the README. --- README | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'README') 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. + + -- cgit v1.2.3