Compilar Rivendell

De Pontão Nós Digitais
Revisão de 14h23min 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/lib/qt3

UBUNTU

veja isto: http://rivendell.tryphon.org/wiki/Installing_Rivendell_2.xx_on_Debian_and_Create_a_Debian_package

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