From 68e1d8b68f5260ba6dc2d3f950ced434a4a9b55c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 13 Jul 2014 18:14:08 +0200 Subject: Add some info and a check for the hugin submodule. --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 17f1dd1..f73cf72 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3