The lcms library is used by other programs to provide color management facilities.
Download (HTTP): http://www.littlecms.com/lcms-1.14.tar.gz
Download MD5 sum: 5a803460aeb10e762d97e11a37462a69
Download size: 654 KB
Estimated disk space required: 18.4 MB
Estimated build time: 0.34 SBU (includes building the Python module)
Required patch (if building the Python module): http://www.linuxfromscratch.org/blfs/downloads/6.1/lcms-1.14-gcc343-1.patch
libtiff-3.7.3, libjpeg-6b and Python-2.4.1 (with SWIG)
Install lcms by running the following commands:
patch -Np1 -i ../lcms-1.14-gcc343-1.patch && ./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/lcms-1.14 && install -v -m644 doc/* /usr/share/doc/lcms-1.14
Last updated on 2005-08-01 13:29:19 -0600