mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
24a37fa754
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1243 af4574ff-66df-0310-9fd7-8a98e5e911e0
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<sect2>
|
|
<title>Installation of <application>lcms</application></title>
|
|
|
|
<para>Install <application>lcms</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
<!--
|
|
<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
|
|
<application>Python</application> 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
|
|
do.</para> -->
|
|
|
|
</sect2>
|
|
|