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-7.3 platform.
Download (HTTP): http://cairographics.org/releases/pixman-0.30.0.tar.gz
Download MD5 sum: ae7ac97921dfa59086ca2231621a79c7
Download size: 784 KB
Estimated disk space required: 45 MB
Estimated build time: 0.5 SBU
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 2013-05-09 20:24:06 +0000