Mudanças entre as edições de "Darkice"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 10: | Linha 10: | ||
tar zxvf darkice-0.19.tar.gz | tar zxvf darkice-0.19.tar.gz | ||
cd darkice-0.19 | cd darkice-0.19 | ||
− | |||
wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch | wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch | ||
− | patch - | + | patch -p0 < jack-darkice.patch |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
./configure --with-jack --with-alsa --with-twolame --with-faac \ | ./configure --with-jack --with-alsa --with-twolame --with-faac \ | ||
--with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/ | --with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/ |
Edição das 12h07min de 24 de fevereiro de 2009
pagina
dependencias:
apt-get install build-essential pkg-config liblame-dev libtwolame-dev \ libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev
wget -c http://darkice.tyrell.hu/dist/0.19/darkice-0.19.tar.gz tar zxvf darkice-0.19.tar.gz cd darkice-0.19 wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch patch -p0 < jack-darkice.patch ./configure --with-jack --with-alsa --with-twolame --with-faac \ --with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/ make make install