Mudanças entre as edições de "Compilando lmms em debian etch"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 25: | Linha 25: | ||
make | make | ||
sudo make install | sudo make install | ||
+ | |||
+ | |||
+ | [[Categoria:gnuzinho]] | ||
+ | [[Categoria:Áudio]] |
Edição atual tal como às 20h36min de 11 de janeiro de 2009
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