Mudanças entre as edições de "Compilando cinelerra 4 em debian etch"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 19: | Linha 19: | ||
cp -r bin/ /usr/share/cinelerra | cp -r bin/ /usr/share/cinelerra | ||
ln -s /usr/share/cinelerra/cinelerra /usr/local/bin/ | ln -s /usr/share/cinelerra/cinelerra /usr/local/bin/ | ||
− | wget -c 'http:// | + | wget -c 'http://pub.nkosi.org/cinelerra/cinelerra.desktop' |
− | wget -c 'http:// | + | wget -c 'http://pub.nkosi.org/cinelerra/cinelerra.xpm' |
mv cinelerra.xpm /usr/share/pixmaps/ | mv cinelerra.xpm /usr/share/pixmaps/ | ||
mv cinelerra.desktop /usr/share/applications/ | mv cinelerra.desktop /usr/share/applications/ | ||
Linha 29: | Linha 29: | ||
− | + | ||
[[Categoria:Vídeo]] | [[Categoria:Vídeo]] | ||
[[Categoria:Cinelerra]] | [[Categoria:Cinelerra]] |
Edição das 18h31min de 2 de janeiro de 2010
deps:
apt-get install nasm yasm build-essential libglut-dev libpng-dev \ pkg-config libxv-dev gettext x11proto-xf86vidmode-dev libxxf86vm-dev \ libpopt-dev texinfo libasound2-dev libbz2-dev
baixando
wget -c http://ufpr.dl.sourceforge.net/sourceforge/heroines/cinelerra-4-src.tar.bz2
descompactando
tar jxvf cinelerra-4-src.tar.bz2
instalando
cd cinelerra-4 ./configure make make install
acertando
cp -r bin/ /usr/share/cinelerra ln -s /usr/share/cinelerra/cinelerra /usr/local/bin/ wget -c 'http://pub.nkosi.org/cinelerra/cinelerra.desktop' wget -c 'http://pub.nkosi.org/cinelerra/cinelerra.xpm' mv cinelerra.xpm /usr/share/pixmaps/ mv cinelerra.desktop /usr/share/applications/
possivel erro: error 0x7fffffff
echo kernel.shmmax=0x7fffffff >> /etc/sysctl.conf sysctl -p