Mudanças entre as edições de "Ardour2"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 1: | Linha 1: | ||
'''Compilando ardour2 em debian etch''' | '''Compilando ardour2 em debian etch''' | ||
− | # 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 |
Edição das 21h44min de 8 de maio de 2009
Compilando ardour2 em debian etch
# 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
$ wget -c http://jackaudio.org/downloads/jack-audio-connection-kit-0.109.2.tar.gz $ tar zxvf jack-audio-connection-kit-0.109.2.tar.gz $ cd jack-audio-connection-kit-0.109.2 $ ./configure --prefix=/usr $ make # make install
$ wget -c http://ardour.org/files/releases/ardour-2.5.tar.bz2 $ tar jxvf ardour-2.5.tar.bz2 $ cd ardour-2.5/ $ scons PREFIX=/usr # scons install
para desinstalar:
scons -c install