Mudanças entre as edições de "Imagination no Fedora10"
De MochilaWiki
Ir para navegaçãoIr para pesquisar (Nova página: build-essential: yum install make automake gcc gcc-c++ intltool wget customizando yum: wget http://pub.nkosi.org/atrpms.repo mv atrpms.repo /etc/yum.repos.d rpm --import http://AT...) |
|||
Linha 14: | Linha 14: | ||
tar zxvf imagination-2.1.tar.gz | tar zxvf imagination-2.1.tar.gz | ||
cd imagination-2.1 | cd imagination-2.1 | ||
+ | sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.c | ||
./configure --prefix=/usr | ./configure --prefix=/usr | ||
make | make | ||
make install | make install |
Edição das 14h47min de 2 de janeiro de 2010
build-essential:
yum install make automake gcc gcc-c++ intltool wget
customizando yum:
wget http://pub.nkosi.org/atrpms.repo mv atrpms.repo /etc/yum.repos.d rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
dependências:
yum install sox-devel.i386 gtk2-devel.i386 ffmpeg-devel.i386
instalando:
wget -c http://pub.nkosi.org/imagination/imagination-2.1.tar.gz tar zxvf imagination-2.1.tar.gz cd imagination-2.1 sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.c ./configure --prefix=/usr make make install