2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-05-01 10:51:01 +08:00
|
|
|
<title>Installation of <application>lcms</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-05-01 10:51:01 +08:00
|
|
|
<para>Install <application>lcms</application> by running the following commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-22 03:11:48 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
|
|
make &&
|
2003-05-01 10:51:01 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-22 03:11:48 +08:00
|
|
|
<!--
|
2003-05-02 02:31:00 +08:00
|
|
|
<para>The above completes the installation for most users, for users
|
|
|
|
interested in image conversion, this package includes two utilities that
|
|
|
|
may be of assistance. This command requires that <xref
|
|
|
|
linkend="libtiff"/> and <xref linkend="libjpeg"/> are already installed. These
|
|
|
|
utilities are built and installed by the following
|
|
|
|
command:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>make utils</command></userinput></screen>
|
|
|
|
|
|
|
|
<para><application>lcms</application> now includes a python module that
|
|
|
|
allows you to utilize lcms from within
|
|
|
|
<application>Python</application>. This command requires that <xref
|
|
|
|
linkend="Python"/> and <ulink url="http://www.swig.org">SWIG</ulink> are
|
|
|
|
already installed. This module is built by
|
|
|
|
the following command:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>make CC=g++ python</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Final installation of this module appears to be left undone by the
|
|
|
|
package which infers that a Python programmer would know what to
|
2003-09-22 03:11:48 +08:00
|
|
|
do.</para> -->
|
2003-05-02 02:31:00 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|
|
|
|
|