[LAU] ams-lv2 1.0.2 and a tutorial

Robin Gareus robin at gareus.org
Sun Feb 9 23:03:03 UTC 2014


On 02/09/2014 08:52 PM, michael noble wrote:
> On Mon, Feb 10, 2014 at 4:04 AM, rob <rob at rektau.ukfsn.org> wrote:

>> "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)."

[..]

> Trying to mix svn of some
> of drobilla libraries with AUR or Arch packages of those libraries, or even
> the full svn tree with apps that depend on the official packages, quickly
> results in a mess.
> 

There's no need to mix.

--------
export PKG_CONFIG_PATH=$HOME/tmp/lv2/lib/pkgconfig/
export LD_LIBRARY_PATH=$HOME/tmp/lv2/lib

svn co http://lv2plug.in/repo/trunk lv2
cd lv2
./waf configure --prefix=$HOME/tmp/lv2/ || exit
./waf || exit
./waf install

cd ..
svn co http://svn.drobilla.net/lad/trunk lad
cd lad

./waf configure --prefix=$HOME/tmp/lv2/ || exit
./waf || exit
./waf install

exec ~/tmp/lv2/bin/ingen
--------


More information about the Linux-audio-user mailing list