Mudanças entre as edições de "Compilando cinelerra 4 em debian etch"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(2 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 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://banto.hipatia.net/softwarelivre/arquivos/cinelerra.desktop'
+
  wget -c 'http://pub.quijaua.com.br/cinelerra/cinelerra.desktop'
  wget -c 'http://banto.hipatia.net/softwarelivre/arquivos/cinelerra.xpm'
+
  wget -c 'http://pub.quijaua.com.br/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:gnuzinho]]
+
 
 
[[Categoria:Vídeo]]
 
[[Categoria:Vídeo]]
 +
[[Categoria:Cinelerra]]

Edição atual tal como às 04h24min de 26 de março 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.quijaua.com.br/cinelerra/cinelerra.desktop'
wget -c 'http://pub.quijaua.com.br/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