the glade2 developer libraries & includes
Download the source tarball from the link below and unpack.
Go to the directory that was created when you unpacked this archive and then run:
make
make install-user
Or to install into the system (/usr/local/lib):
make install-sys (as root)
Change the Makefile if you'd like to have them in an alternate location.
Building (Debian and derivatives)
Packages for Debian and derivatives (Ubuntu etc) can have deb packages built from this archive. You'll need a Debian build environment.
To install the build environment and package dependencies run the following:
sudo apt-get install build-essential \
debhelper fakeroot lv2core libgtk2.0-dev
Go to the directory that was created when you unpacked this archive and then run:
dpkg-buildpackage -rfakeroot -tc
Once done you'll find a 'deb' package for your system in the directory above. Use your favourite package manager to install.
The plugins will install into "/usr" by default.
Packaging for Distros
An alternative download is available at launchpad which has no 'debian' packaging information in it. Get the one with for the 'nopkg' tarball.
When building in fakeroot type environments, the installation directory can be prefixed with a destination directory like so:
make install-sys DESTDIR='/a/fake/root'
which will install into /a/fake/root/usr/local/lib/lv2
For more information on these plugins please visit Launchpad.
Enjoy!