The libcairomm-1.0 package provides a C++ interface to Cairo.
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/cairomm-1.14.6.tar.xz
MD5 校验和:634242bb797fb6e9d7cfae1a83474d11
大小:620 KB
预计所需磁盘空间:12 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
Cairo-1.18.4 and libsigc++-2.12.1
Boost-1.91.0-1 (for tests)
Install Cairomm-1.0 by running the following commands:
mkdir bld &&
cd bld &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D build-tests=true \
-D boost-shared=true &&
ninja
To run the test suite, run: ninja test.
Now, as the root user:
ninja install
-D build-tests=true: This
switch is for building the unit tests. Remove if you have not
installed Boost-1.91.0-1.
-D boost-shared=true: This
switch has the package use the shared version of boost libraries.
It is required if you have not installed the boost static
libraries, and you have passed -D
build-tests=true.
-D build-documentation=true: This
switch builds the html documentation if doxygen is installed.