Mudanças entre as edições de "Fedora 14 - Gráfico"
De MochilaWiki
Ir para navegaçãoIr para pesquisar (→vários) |
|||
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 19h39min 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