Mudanças entre as edições de "2ManDVD"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 15: | Linha 15: | ||
<source lang="bash"> | <source lang="bash"> | ||
apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev ffmpegthumbnailer exif qt4-qmake qt4-dev-tools \ | apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev ffmpegthumbnailer exif qt4-qmake qt4-dev-tools \ | ||
− | libswscale-dev libavutil-dev libavformat-dev libavdevice-dev libavcore-dev libavcodec-dev | + | libswscale-dev libavutil-dev libavformat-dev libavdevice-dev libavcore-dev libavcodec-dev \ |
sox mplayer imagemagick ffmpeg mencoder | sox mplayer imagemagick ffmpeg mencoder | ||
</source> | </source> |
Edição das 14h45min de 31 de julho de 2012
página do projeto
instalando dependências no Fedora 16
yum install SDL_ttf-devel SDL_image-devel ffmpegthumbnailer exif
instalando dependências no Ubuntu 12.04
apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev ffmpegthumbnailer exif
instalando dependências no debian squeeze
apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev ffmpegthumbnailer exif qt4-qmake qt4-dev-tools \
libswscale-dev libavutil-dev libavformat-dev libavdevice-dev libavcore-dev libavcodec-dev \
sox mplayer imagemagick ffmpeg mencoder
instalando
wget -c http://download.tuxfamily.org/2mandvd/2ManDVD-1.8.4.tar.gz
tar zxvf 2ManDVD-1.8.4.tar.gz
cd 2ManDVD/
qmake-qt4 2ManDVD.pro
make
sudo make install