1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY lcms2-download-http "&sourceforge-dl;/lcms/lcms2-&lcms2-version;.tar.gz">
|
---|
8 | <!ENTITY lcms2-download-ftp " ">
|
---|
9 | <!ENTITY lcms2-md5sum "c5f915d681325e0767e40187799f23b1">
|
---|
10 | <!ENTITY lcms2-size "15 MB">
|
---|
11 | <!ENTITY lcms2-buildsize "30 MB (with the tests)">
|
---|
12 | <!ENTITY lcms2-time "0.2 SBU (with the tests)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="lcms2" xreflabel="Little CMS-&lcms2-version;">
|
---|
16 | <?dbhtml filename="lcms2.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Little CMS-&lcms2-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="lcms2">
|
---|
26 | <primary sortas="a-little-cms2">Little CMS2</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Little CMS2</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The Little Color Management System is a small-footprint color management
|
---|
34 | engine, with special focus on accuracy and performance. It uses
|
---|
35 | the International Color Consortium standard (ICC), which is the modern
|
---|
36 | standard for color management.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs91_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&lcms2-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&lcms2-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &lcms2-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &lcms2-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &lcms2-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &lcms2-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">Little CMS2 Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
78 | <para role="optional">
|
---|
79 | <xref linkend="libjpeg"/> and
|
---|
80 | <xref linkend="libtiff"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <para condition="html" role="usernotes">User Notes:
|
---|
84 | <ulink url="&blfs-wiki;/lcms2"/></para>
|
---|
85 | </sect2>
|
---|
86 |
|
---|
87 | <sect2 role="installation">
|
---|
88 | <title>Installation of Little CMS2</title>
|
---|
89 |
|
---|
90 | <!-- Seems to be fixed in 2.10
|
---|
91 | <para>
|
---|
92 | If you want to run tests, then the build procedure must
|
---|
93 | be modified to make some library internal references visible to
|
---|
94 | the test code:
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <screen><userinput>sed -i '/AX_APPEND/s/^/#/' configure.ac &&
|
---|
98 | autoreconf</userinput></screen>
|
---|
99 | -->
|
---|
100 |
|
---|
101 | <para>
|
---|
102 | Install <application>Little CMS2</application> by running the following
|
---|
103 | commands:
|
---|
104 | </para>
|
---|
105 |
|
---|
106 | <screen><userinput>./configure --prefix=/usr --disable-static &&
|
---|
107 | make</userinput></screen>
|
---|
108 |
|
---|
109 | <para>
|
---|
110 | To test the results, issue: <command>make check</command>.
|
---|
111 | </para>
|
---|
112 |
|
---|
113 | <para>
|
---|
114 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
115 | </para>
|
---|
116 |
|
---|
117 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
118 | </sect2>
|
---|
119 |
|
---|
120 | <sect2 role="commands">
|
---|
121 | <title>Command Explanations</title>
|
---|
122 |
|
---|
123 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
124 | href="../../xincludes/static-libraries.xml"/>
|
---|
125 |
|
---|
126 | </sect2>
|
---|
127 |
|
---|
128 | <sect2 role="content">
|
---|
129 | <title>Contents</title>
|
---|
130 |
|
---|
131 | <segmentedlist>
|
---|
132 | <segtitle>Installed Programs</segtitle>
|
---|
133 | <segtitle>Installed Library</segtitle>
|
---|
134 | <segtitle>Installed Directories</segtitle>
|
---|
135 |
|
---|
136 | <seglistitem>
|
---|
137 | <seg>jpgicc, linkicc, psicc, tificc, and transicc</seg>
|
---|
138 | <seg>liblcms2.so</seg>
|
---|
139 | <seg>None</seg>
|
---|
140 | </seglistitem>
|
---|
141 | </segmentedlist>
|
---|
142 |
|
---|
143 | <variablelist>
|
---|
144 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
145 | <?dbfo list-presentation="list"?>
|
---|
146 | <?dbhtml list-presentation="table"?>
|
---|
147 |
|
---|
148 | <varlistentry id="jpgicc">
|
---|
149 | <term><command>jpgicc</command></term>
|
---|
150 | <listitem>
|
---|
151 | <para>
|
---|
152 | is the Little CMS ICC profile applier for JPEG.
|
---|
153 | </para>
|
---|
154 | <indexterm zone="lcms2 jpgicc">
|
---|
155 | <primary sortas="b-jpgicc">jpgicc</primary>
|
---|
156 | </indexterm>
|
---|
157 | </listitem>
|
---|
158 | </varlistentry>
|
---|
159 |
|
---|
160 | <varlistentry id="linkicc">
|
---|
161 | <term><command>linkicc</command></term>
|
---|
162 | <listitem>
|
---|
163 | <para>
|
---|
164 | is the Little CMS ICC device link generator
|
---|
165 | </para>
|
---|
166 | <indexterm zone="lcms2 linkicc">
|
---|
167 | <primary sortas="b-linkicc">linkicc</primary>
|
---|
168 | </indexterm>
|
---|
169 | </listitem>
|
---|
170 | </varlistentry>
|
---|
171 |
|
---|
172 | <varlistentry id="psicc">
|
---|
173 | <term><command>psicc</command></term>
|
---|
174 | <listitem>
|
---|
175 | <para>
|
---|
176 | is the Little CMS ICC PostScript generator.
|
---|
177 | </para>
|
---|
178 | <indexterm zone="lcms2 psicc">
|
---|
179 | <primary sortas="b-psicc">psicc</primary>
|
---|
180 | </indexterm>
|
---|
181 | </listitem>
|
---|
182 | </varlistentry>
|
---|
183 |
|
---|
184 | <varlistentry id="tificc">
|
---|
185 | <term><command>tificc</command></term>
|
---|
186 | <listitem>
|
---|
187 | <para>
|
---|
188 | is the Little CMS ICC tiff generator.
|
---|
189 | </para>
|
---|
190 | <indexterm zone="lcms2 tificc">
|
---|
191 | <primary sortas="b-tificc">tificc</primary>
|
---|
192 | </indexterm>
|
---|
193 | </listitem>
|
---|
194 | </varlistentry>
|
---|
195 |
|
---|
196 | <varlistentry id="transicc">
|
---|
197 | <term><command>transicc</command></term>
|
---|
198 | <listitem>
|
---|
199 | <para>
|
---|
200 | is the Little CMS ColorSpace conversion calculator.
|
---|
201 | </para>
|
---|
202 | <indexterm zone="lcms2 transicc">
|
---|
203 | <primary sortas="b-transicc">transicc</primary>
|
---|
204 | </indexterm>
|
---|
205 | </listitem>
|
---|
206 | </varlistentry>
|
---|
207 |
|
---|
208 | <varlistentry id="liblcms2">
|
---|
209 | <term><filename class="libraryfile">liblcms2.so</filename></term>
|
---|
210 | <listitem>
|
---|
211 | <para>
|
---|
212 | contains functions that implement the lcms2 API.
|
---|
213 | </para>
|
---|
214 | <indexterm zone="lcms2 liblcms2">
|
---|
215 | <primary sortas="c-liblcms2">liblcms2.so</primary>
|
---|
216 | </indexterm>
|
---|
217 | </listitem>
|
---|
218 | </varlistentry>
|
---|
219 | </variablelist>
|
---|
220 | </sect2>
|
---|
221 | </sect1>
|
---|