Mudanças entre as edições de "Darkice"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 7: | Linha 7: | ||
cd darkice-0.18.1 | cd darkice-0.18.1 | ||
./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=/usr/local/etc/ | --sysconfdir=/usr/local/etc/ | ||
make | make |
Edição das 02h21min de 23 de fevereiro de 2009
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.18.1/darkice-0.18.1.tar.gz tar zxvf darkice-0.18.1.tar.gz cd darkice-0.18.1 ./configure --with-jack --with-alsa --with-twolame --with-faac \ --with-vorbis --with-lame --prefix=/usr \ --sysconfdir=/usr/local/etc/ make make install