Fedora 14 - Gráfico: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
| Linha 1: | Linha 1: | ||
== vários == | == vários == | ||
<source lang="bash"> | |||
yum install inkscape gimp scribus darktable mypaint agave | |||
</source> | |||
== cmytool == | == cmytool == | ||
Edição das 16h39min de 2 de setembro de 2011
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