Compilando Rivendell 2.1.3 na Rádio Aracnidia: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
(Nova página: Baixamos o font [http://www.rivendellaudio.org/rivendell/download.shtml aqui] instalamos estas dependencias:<br> fonte:http://rivendell.tryphon.org/wiki/Compiling_Rivendell_from_Sour...)
 
Sem resumo de edição
Linha 1: Linha 1:
Baixamos o font [http://www.rivendellaudio.org/rivendell/download.shtml aqui]
Para poder compilar tem que ter esta turma:
apt-get install build-essential
 
Baixamos o font [http://rivendell.tryphon.org/wiki/Installing_Rivendell_2.xx_on_Debian_and_Create_a_Debian_package#install_it aqui]


instalamos estas dependencias:<br>
instalamos estas dependencias:<br>
Linha 6: Linha 9:


aptitude install libcdparanoia-dev libflac++-dev libflac-dev libsamplerate0-dev libid3tag0-dev libid3-3.8.3-dev libcurl4-gnutls-dev libsndfile1-dev qt4-dev-tools qt3-dev-tools libpam0g-dev libsoundtouch1-dev libasound2-dev libtwolame-dev libmp3lame-dev libmad0-dev libqt3-mt-mysql
aptitude install libcdparanoia-dev libflac++-dev libflac-dev libsamplerate0-dev libid3tag0-dev libid3-3.8.3-dev libcurl4-gnutls-dev libsndfile1-dev qt4-dev-tools qt3-dev-tools libpam0g-dev libsoundtouch1-dev libasound2-dev libtwolame-dev libmp3lame-dev libmad0-dev libqt3-mt-mysql
configurando o qt(dependendo da distro e se tem outras versoes de qt ele pode se confundir)
export QTDIR=/usr/share/qt3
export PATH=$PATH:$QTDIR/bin

Edição das 16h10min de 13 de abril de 2012

Para poder compilar tem que ter esta turma: apt-get install build-essential

Baixamos o font aqui

instalamos estas dependencias:

fonte:http://rivendell.tryphon.org/wiki/Compiling_Rivendell_from_Source/pt-br

aptitude install libcdparanoia-dev libflac++-dev libflac-dev libsamplerate0-dev libid3tag0-dev libid3-3.8.3-dev libcurl4-gnutls-dev libsndfile1-dev qt4-dev-tools qt3-dev-tools libpam0g-dev libsoundtouch1-dev libasound2-dev libtwolame-dev libmp3lame-dev libmad0-dev libqt3-mt-mysql

configurando o qt(dependendo da distro e se tem outras versoes de qt ele pode se confundir)

export QTDIR=/usr/share/qt3 export PATH=$PATH:$QTDIR/bin