Mudanças entre as edições de "Fedora 14 - Gráfico"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 12: | Linha 12: | ||
== openicc == | == openicc == | ||
− | + | <source lang="bash"> | |
− | + | 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 | |
+ | </source> | ||
== referências == | == referências == |
Edição das 19h38min 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 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