[Ardour-Users] Export hangs after script executing
Ralf Mardorf
ralf.mardorf at alice-dsl.net
Wed Feb 24 01:54:55 PST 2016
On Wed, 24 Feb 2016 10:40:41 +0100, JoergSorge wrote:
>Am 24.02.2016 um 10:18 schrieb Ralf Mardorf:
>>> Or did you mean the latest master?
>> Yes, you need to build jack2 that is still under development, from
>> git:
>>
>> $ git clone https://github.com/jackaudio/jack2
>>
>> Once you cloned the git, you can update by running
>>
>> $ cd jack2/
>> $ git pull --all
>
>ok,
>then I wish to build it:
>./waf configure --dbus
>./waf build
>sudo ./waf install
>
>Have I set the dbus option by configure right?
This is how those PKGBUILD configure:
On Wed, 24 Feb 2016 10:18:58 +0100, Ralf Mardorf wrote:
> https://aur.archlinux.org/packages/jack2-git/
> https://aur.archlinux.org/packages/jack2-dbus-git/
> https://aur.archlinux.org/packages/jack2-no-dbus-git/
python2 waf configure --prefix=/usr \
--clients=128 --ports-per-application=1536 \
--alsa --firewire $@
# mixed dbus/classic build
if _isbuild jack2-git; then
cd $_gitname
msg2 "Running Mixed D-Bus/Classic build"
_wafconf --classic --dbus # --autostart=dbus|none|default|classic
python2 waf build $MAKEFLAGS
cd ..
fi
# dbus-ONLY build
if _isbuild jack2-dbus-git; then
cd $_gitname-dbus
msg2 "Running D-Bus-only build"
_wafconf --dbus --autostart=dbus
python2 waf build $MAKEFLAGS
Respectively the no-dbus is build with
./waf configure --classic --alsa --clients=128
--ports-per-application=1536 --prefix=/usr
Regards,
Ralf
More information about the Ardour-Users
mailing list