Introduction to Little CMS2
The Little Color Management System is a small-footprint color management
engine, with special focus on accuracy and performance. It uses
the International Color Consortium standard (ICC), which is the modern
standard for color management.
This package is known to build and work properly
using an LFS 11.3 platform.
Package Information
Little CMS2 Dependencies
Optional
libjpeg-turbo-2.1.5.1 and
libtiff-4.5.0
User Notes:
https://wiki.linuxfromscratch.org/blfs/wiki/lcms2
Installation of Little CMS2
Apply the upstream fix for an issue breaking colord:
sed '/BufferSize < TagSize/,+1 s/goto Error/TagSize = BufferSize/' \
-i src/cmsio0.c
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