Re: [Jack-Devel] Help for compiling jack2

PrevNext  Index
DateWed, 09 Mar 2016 22:22:26 +0100
From Adrian Knoth <[hidden] at drcomp dot erfurt dot thur dot de>
ToJoergSorge <[hidden] at kom-in dot de>
Cc[hidden] at jackaudio dot org
In-Reply-ToJoergSorge [Jack-Devel] Help for compiling jack2
Follow-UpJoergSorge Re: [Jack-Devel] Help for compiling jack2
On Wed, Mar 09, 2016 at 09:37:19PM +0100, JoergSorge wrote:

> Hi,

Hi!

> is it possible to help me building jack2, also for not so technical users?

So this is mostly about libs?

Here is what Debian pulls in to build jackd2:

   http://anonscm.debian.org/cgit/pkg-multimedia/jackd2.git/tree/debian/control#n6

I think this is pretty much all you need, unless something has changed
recently. (I lost touch with basically everything these days due to lack
of time).

   $ sudo apt-get build-dep jackd2

would probably do the trick and pull everything in.

If you need a newer Debian package of jackd2, that could be arranged
for. :) Also building a fresh Ubuntu-package from Debian sources isn't
too hard either.

Note that --prefix=/usr is not enough these days, one also needs to set
libdir explicitly:

  http://anonscm.debian.org/cgit/pkg-multimedia/jackd2.git/tree/debian/rules#n40

says

   --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

The DEB_HOST_MULTIARCH should be set to the output of

   $ dpkg-architecture -qDEB_HOST_MULTIARCH

so for instance

   $ ./waf configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu

And you probably also want --alsa --dbus --firewire on that waf
configure line as well.


HTH

-- 
mail: [hidden]  	http://adi.thur.de	PGP/GPG: key via keyserver
PrevNext  Index

1457558555.7989_0.ltw:2,a <20160309212226.GV13332 at ltw dot loris dot tv>