Mudanças entre as edições de "Ardour2"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 1: | Linha 1: | ||
− | '''Compilando ardour2 em debian | + | '''Compilando ardour2 em debian lenny''' |
# apt-get install libxml2-dev scons libtool pkg-config \ | # apt-get install libxml2-dev scons libtool pkg-config \ | ||
gettext python build-essential liblrdf0-dev libraptor1-dev \ | gettext python build-essential liblrdf0-dev libraptor1-dev \ | ||
libsamplerate0-dev libart-2.0-dev libxslt1-dev libboost-dev \ | libsamplerate0-dev libart-2.0-dev libxslt1-dev libboost-dev \ | ||
− | liblo0-dev libasound2-dev libaubio-dev libgnomecanvas2-dev | + | liblo0-dev libasound2-dev libaubio-dev libgnomecanvas2-dev \ |
+ | libjack0.100.0-dev | ||
− | $ wget -c http:// | + | $ wget -c http://ftp.de.debian.org/debian/pool/main/a/ardour/ardour_2.8.orig.tar.gz |
− | $ tar zxvf | + | $ tar zxvf ardour_2.8.orig.tar.gz |
− | + | $ cd ardour-2.8/ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | $ cd ardour-2. | ||
$ scons PREFIX=/usr | $ scons PREFIX=/usr | ||
# scons install | # scons install |
Edição das 21h49min de 8 de maio de 2009
Compilando ardour2 em debian lenny
# apt-get install libxml2-dev scons libtool pkg-config \ gettext python build-essential liblrdf0-dev libraptor1-dev \ libsamplerate0-dev libart-2.0-dev libxslt1-dev libboost-dev \ liblo0-dev libasound2-dev libaubio-dev libgnomecanvas2-dev \ libjack0.100.0-dev
$ wget -c http://ftp.de.debian.org/debian/pool/main/a/ardour/ardour_2.8.orig.tar.gz $ tar zxvf ardour_2.8.orig.tar.gz $ cd ardour-2.8/ $ scons PREFIX=/usr # scons install
para desinstalar:
scons -c install