Mudanças entre as edições de "Darkice"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 11: | Linha 11: | ||
make | make | ||
make install | make install | ||
+ | |||
+ | |||
+ | [[Categoria:gnuzinho]] | ||
+ | [[Categoria:streaming]] |
Edição das 20h24min de 11 de janeiro 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-faac --with-vorbis --with-lame --prefix=/usr \ --sysconfdir=/usr/local/etc/ make make install