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.
Install lcms by running the following commands:
make CC="gcc $CFLAGS" && make install |
CC="gcc $CFLAGS" : This makes lcms use the CFLAGS set in your environment.
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.
The lcms package contains the lcms library
The lcms library is used by other programs to provide color management facilities.