Compilar Rivendell

De Pontão Nós Digitais
Revisão de 14h09min de 6 de março de 2012 por Chicosimoes (discussão | contribs)
Ir para navegaçãoIr para pesquisar

Nao esqueça do $export QTDIR=/usr/lib64/qt-3.3 (este é o endereço no fedora se for necessario mudeo path)

Estes são as dependencias (instalar primeiro):

FEDORA libogg-devel vorbis-tools libvorbis-devel flac-devel libmad libmad-devel twolame twolame-devel lame lame-devel alsa-lib-devel jack-audio-connection-kit jack-audio-connection-kit-devel qt qt-devel qt-mysql qt3 qt3-devel qt3-MySQL libsamplerate libsamplerate-devel libsndfile libsndfile-devel cdparanoia libXmu-devel cdparanoia-devel cdparanoia-libs id3lib id3lib-devel libcurl libcurl-devel pam-devel soundtouch soundtouch-devel

UBUNTU

dependencias libcdparanoia-dev libflac++-dev libflac-dev libsamplerate0-dev libid3tag0-dev libid3-3.8.3-dev libcurl4-gnutls-dev libsndfile1-dev libpam0g-dev libsoundtouch1-dev alsa-source libtwolame-dev libmp3lame-dev libmad0-dev libqt3-mt-mysql qt3-dev-tools qt3-dev-tools-compat qt4-dev-tools libjack-dev jackd qjackctllibasound2-dev mysql-client polymer qt3-qtconfig patchage

Se tiver problema no Qt durante o ./configure para mim funcionou desinstalar os pacotes dev do Qt4 e alterar o script do configure assim:
I've attached a patch file for the configure script. But there is only one line that changed, so you may just want to edit that file and change line 20719 from:

     bnv_try_4="$CXX $QT_LIBS $LIBS -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o >/dev/null 2>/dev/null"

To this:

     bnv_try_4="$CXX -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o $QT_LIBS $LIBS >/dev/null 2>/dev/null"

fonte:http://comments.gmane.org/gmane.comp.radio.rivendell.user/782