Am Mittwoch, 2. April 2008 07:15:49 schrieb Kjel Anderson:
> Hey all,
>
> I know I saw somewhere that there is an argument needed for configure to
> enable jack support.  Can someone point me to documentation regarding how
> to build this? I have it up and running, but the only output option is
> ALSA. Here is the message that it starts with:

No, you don't have to explicitly turn jack support on at compile time. LS's 
configure script by default automatically detects whether you have JACK 
available or not and accordingly compile the support for it or not.

However for completeness, the respective configure script arguments are:

        ./configure --disable-jack-driver

for turning JACK support off and

        ./configure --enable-jack-driver

for turning JACK support on, but as said, by default it's on anyway. So better 
check the output of your configure script. I'm sure there's something missing 
on your box, probably JACK's header files.

You get descriptions to all our configure script parameters with:

        ./configure --help

CU
Christian

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to