Changes between Version 11 and Version 12 of installing_on_debian
- Timestamp:
- 08/12/10 22:58:05 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installing_on_debian
v11 v12 3 3 == Introduction == 4 4 5 There no packages of laditools and ladish for Debian yet, so they should be installed from GIT. They depend on jack2 with D-Bus support, for which a Debian package exists in the Debian GIT repository.5 There no packages of laditools and ladish for Debian yet, so they should be installed from GIT. 6 6 7 F or this procedure I use Debian version testing ("squeeze/sid") on architecture amd64. It should work for stable, too.7 First, install "jackd" version 2 with D-Bus enabled as described for "unstable" and "stable" below. 8 8 9 9 == JACK2 == … … 11 11 === Debian "sid" === 12 12 13 In "sid", jack-audio-connection-kit was renamed to either one of "jackd1" and "jackd2". It appears that package "jackd2" installs a LADISH-compliant JACK daemon (D-Bus enabled, V2 JACK API). 13 Uninstall any jackd packages: 14 14 15 Skip forward to section LADISH below. 15 {{{ 16 aptitude remove jackd jackd1 jackd2 17 }}} 18 19 Install standard jackd2 sources from [http://jackaudio.org/ jackaudio.org] (version 1.9.5) as follows: 20 21 {{{ 22 tar xjf jack-1.9.5.tar.bz2 23 cd jack-1.9.5 24 ./waf configure --prefix=/usr --dbus 25 ./waf build 26 su -c "./waf install" 27 }}} 28 29 Proceed to section "LADISH" below. 16 30 17 31 === Debian "squeeze", "lenny" ===
