Little CMS-2.9
Installation of Little CMS2
If you want to run tests, then the build procedure must be modified
to make some library internal references visible to the test code:
sed -i '/AX_APPEND/s/^/#/' configure.ac &&
autoreconf
Install Little CMS2 by running the
following commands:
./configure --prefix=/usr --disable-static &&
make
To test the results, issue: make
check.
Now, as the root
user:
make install
Command Explanations
--disable-static
: This
switch prevents installation of static versions of the libraries.
Contents
Installed Programs:
jpgicc, linkicc, psicc, tificc, and
transicc
Installed Library:
liblcms2.so
Installed Directories:
None
Short Descriptions
jpgicc
|
is the Little CMS ICC profile applier for JPEG.
|
linkicc
|
is the Little CMS ICC device link generator
|
psicc
|
is the Little CMS ICC PostScript generator.
|
tificc
|
is the Little CMS ICC tiff generator.
|
transicc
|
is the Little CMS ColorSpace conversion calculator.
|
liblcms2.so
|
contains functions implement the lcms2 API.
|
Last updated on 2018-02-19 03:02:01 -0800