Mudanças entre as edições de "Compilando lmms em debian etch"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(Uma revisão intermediária por um outro usuário não está sendo mostrada) | |||
Linha 1: | Linha 1: | ||
− | apt-get install libsndfile1-dev libogg-dev libvorbis-dev libstk0-dev libfluidsynth-dev fftw3-dev libsamplerate0-dev libsdl1.2-dev libasound2-dev libwine-dev | + | 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 | + | 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 | + | tar zxvf qt-x11-opensource-src-4.4.3.tar.gz |
− | cd qt-x11-opensource-src-4.4.3/ | + | cd qt-x11-opensource-src-4.4.3/ |
− | ./configure --prefix=/usr | + | ./configure --prefix=/usr |
− | make | + | make |
− | make install | + | make install |
− | wget -c http://www.cmake.org/files/v2.6/cmake-2.6.2.tar.gz | + | wget -c http://www.cmake.org/files/v2.6/cmake-2.6.2.tar.gz |
− | tar zxvf cmake-2.6.2.tar.gz | + | tar zxvf cmake-2.6.2.tar.gz |
− | cd cmake-2.6.2/ | + | cd cmake-2.6.2/ |
− | ./configure --prefix=/usr | + | ./configure --prefix=/usr |
− | make | + | make |
− | make install | + | make install |
− | wget -c http://ufpr.dl.sourceforge.net/sourceforge/lmms/lmms-0.4.0-rc2.tar.bz2 | + | 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 | + | tar jxvf lmms-0.4.0-rc2.tar.bz2 |
− | cd lmms-0.4.0-rc2/ | + | cd lmms-0.4.0-rc2/ |
− | mkdir build | + | mkdir build |
− | cd build | + | cd build |
− | cmake ../ -DCMAKE_INSTALL_PREFIX=/usr | + | cmake ../ -DCMAKE_INSTALL_PREFIX=/usr |
− | 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