Fedora 14 - Gráfico: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(4 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
== vários ==
== vários ==
yum install inkscape gimp scribus darktable mypaint agave
<source lang="bash">
yum install inkscape gimp scribus darktable mypaint agave
</source>


== cmytool ==
== cmytool ==
yum -y install wget gtk2-devel libtiff-devel lcms-devel glib2-devel netpbm-devel gcc gcc-c++
<source lang="bash">
wget -c http://www.blackfiveimaging.co.uk/cmyktool/cmyktool-0.1.5-rc1.tar.gz
yum -y install wget gtk2-devel libtiff-devel lcms-devel glib2-devel netpbm-devel gcc gcc-c++ libjpeg-turbo-devel
tar zxvf cmyktool-0.1.5-rc1.tar.gz
wget -c http://www.blackfiveimaging.co.uk/cmyktool/cmyktool-0.1.5.tar.gz
cd cmyktool-0.1.5-rc1
tar zxvf cmyktool-0.1.5.tar.gz
./configure
cd cmyktool-0.1.5
make
./configure --prefix=/usr
make install
make
make install
</source>


== openicc ==
== openicc ==
wget -c http://sourceforge.net/projects/openicc/files/OpenICC-Profiles/openicc-data-1.0.0.tar.gz/download
<source lang="bash">
tar zxvf openicc-data-1.0.0.tar.gz
wget -c http://sourceforge.net/projects/openicc/files/OpenICC-Profiles/openicc-data-1.0.0.tar.gz/download
cd openicc-data-1.0.0
tar zxvf openicc-data-1.0.0.tar.gz
./configure
cd openicc-data-1.0.0
make
./configure --prefix=/usr
make install
make
 
make install
</source>


== referências ==  
== referências ==  
http://mochila.quijaua.com.br/Cmyktool
* [[Cmyktool]]


[[Categoria:Fedora14]]
[[Categoria:Fedora]]

Edição atual tal como às 01h53min de 11 de novembro de 2012

vários

yum install inkscape gimp scribus darktable mypaint agave

cmytool

yum -y install wget gtk2-devel libtiff-devel lcms-devel glib2-devel netpbm-devel gcc gcc-c++ libjpeg-turbo-devel
wget -c http://www.blackfiveimaging.co.uk/cmyktool/cmyktool-0.1.5.tar.gz
tar zxvf cmyktool-0.1.5.tar.gz
cd cmyktool-0.1.5
./configure --prefix=/usr
make
make install

openicc

wget -c http://sourceforge.net/projects/openicc/files/OpenICC-Profiles/openicc-data-1.0.0.tar.gz/download
tar zxvf openicc-data-1.0.0.tar.gz
cd openicc-data-1.0.0
./configure --prefix=/usr
make
make install

referências