Compilando lmms em debian etch

De MochilaWiki
Revisão de 03h36min de 30 de setembro de 2008 por WikiSysop (discussão | contribs)
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegaçãoIr para pesquisar

apt-get install libsndfile1-dev libogg-dev libvorbis-dev libstk0-dev libfluidsynth-dev fftw3-dev libsamplerate0-dev libsdl1.2-dev libasound2-dev libwine-dev

wget -c ftp://ftp.trolltech.no/qt/source/qt-x11-opensource-src-4.4.3.tar.gz tar zxvf qt-x11-opensource-src-4.4.3.tar.gz cd qt-x11-opensource-src-4.4.3/ ./configure --prefix=/usr make make install

wget -c http://www.cmake.org/files/v2.6/cmake-2.6.2.tar.gz tar zxvf cmake-2.6.2.tar.gz cd cmake-2.6.2/ ./configure --prefix=/usr make make install

wget -c http://ufpr.dl.sourceforge.net/sourceforge/lmms/lmms-0.4.0-rc2.tar.bz2 tar jxvf lmms-0.4.0-rc2.tar.bz2 cd lmms-0.4.0-rc2/ mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr make sudo make install