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...) |
|||
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
Linha 1: | Linha 1: | ||
− | + | Pré-configurações: | |
− | + | * [[Atrpms]] | |
+ | * [[Build-essential fedora]] | ||
− | |||
− | |||
− | |||
− | |||
dependências: | dependências: | ||
Linha 14: | Linha 11: | ||
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 atual tal como às 15h41min de 2 de janeiro de 2010
Pré-configurações:
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