The Pixman package contains a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://cairographics.org/releases/pixman-0.34.0.tar.gz
Download MD5 sum: e80ebae4da01e77f68744319f01d52a3
Download size: 860 KB
Estimated disk space required: 47 MB (with tests)
Estimated build time: 0.8 SBU (with tests)
GTK+-2.24.31 and libpng-1.6.28 (for tests and demos)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pixman
Install Pixman 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
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2017-02-15 14:01:44 -0800