Dependencies
Ingen (optionally) depends on:
- Jack
- Boost (headers package only, e.g. libboost-dev in [Debian http://debian.org])
- Liblo
- SLV2
- Gtkmm, GnomeCanvasmm, Glademm, ...
If you are running a Debian-based distribution, something like the following command should install the necessary dependencies:
sudo apt-get install libjack-dev libboost-dev liblo-dev libgtkmm-2.4-dev libgnomecanvasmm-2.6-dev libglademm-2.4-dev
Building from SVN
The easiest way to build Ingen from SVN is to build the entire http://svn.drobilla.net/lad repository (since there are dependencies between the various projects). For example:
sudo apt-get install subversion svn co http://svn.drobilla.net/lad/trunk drobillad cd drobillad ./waf configure ./waf sudo ./waf install
Installation on ArchLinux
A meta-package of Ingen is available in AUR. To build it, install Yaourt, then:
yaourt -Sy ingen-svn
Last modified 13 years ago
Last modified on Feb 17, 2011, 7:55:43 PM