lcms-1.08

Introduction to lcms

Download location (HTTP):       http://www.littlecms.com/lcms-1.08.tar.gz
Download location (FTP):        
Version used:                   1.08
Package size:                   158 KB
Estimated Disk space required:  3.7 MB

The lcms library is used by other programs to provide color management facilities.

Installation of lcms

Install lcms by running the following commands:

make CC="gcc $CFLAGS" &&
make install


Command explanations

CC="gcc $CFLAGS" : This makes lcms use the CFLAGS set in your environment.

Configuring lcms

Configuration Information

As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run whilst logged in as root.

Contents

The lcms package contains the lcms library

Description

lcms library

The lcms library is used by other programs to provide color management facilities.