Instalación en Ubuntu Gutsy 7.10 64 bits
Ponemos el repositorio:
deb http://giss.tv/~vale/ubuntu64 ./
Depende del paquete libfaac 1.25 que momentáneamente no está con cinelerra.
Lo descargamos de debian pero tampoco lo encuentro:
Lo descargamos de http://rpm.pbone.net/index.php3/stat...86_64.rpm.html:
libfaac0-1.25-2.e14.at.x86_64.rpm
use alien to convert the rpm to deb, then use dpkg to install.
sudo apt-get install alien sudo alien -k xxx.rpm sudo dpkg -i xxx.deb
Ya podemos instalar cinelerra
Al ejecutarlo da el error:
void MWindow::init_shm(): Warning:/proc/sys/kernel/shmmax iis 0x20000000, wich is too low. \\ Before running Cinelerra do the following as root: echo "0x7fffffff" > /proc/sys/kernel/shmmax
Yo he hecho lo del error, pero por ahí pone que también funciona con:
sudo gedit /etc/sysctl.conf
and at the bottom of this text file add the line:
kernel/shmmax=0x7fffffff
and type the following command to take effect.
sudo sysctl -p