= Daily Debian Packages = Liquidsoap's debian packages are built every night for the i386 and amd64 architecture. They can be usefull to test the latest code quickly. To get them, you can add this repository to your {{{/etc/apt/sources.list}}}: {{{ deb ftp://savonet.rastageeks.org/ ./ }}} The packages are generated on an etch server, so they may fit most of debian's distributions. You may also need [http://www.debian-multimedia.org/ debian multimedia packages], which is, if you have an etch box: {{{ deb http://www.debian-multimedia.org etch main }}} If you are using etch and the package refuses to install because of a missing libspeex1, you should add this source: {{{ deb http://www.backports.org/debian etch-backports main contrib non-free }}} Then update and install libspeex1 from etch-backports: {{{ apt-get install -t etch-backports libspeex1 }}}