The Pixman package contains a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://www.cairographics.org/releases/pixman-0.46.4.tar.gz
MD5 校验和:c08173c8e1d2cc79428d931c13ffda59
大小:808 KB
预计所需磁盘空间:28 MB(含测试)
预计构建时间:0.1 SBU (Using parallelism=4; with tests)
libpng-1.6.58 and GTK-3.24.52 (for tests and demos)
Install Pixman by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.