On 02/09/2014 08:52 PM, michael noble wrote:
> On Mon, Feb 10, 2014 at 4:04 AM, rob <rob@email-addr-hidden> 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
--------
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Mon Feb 10 04:15:02 2014
This archive was generated by hypermail 2.1.8 : Mon Feb 10 2014 - 04:15:02 EET