The Cairomm package provides a C++ interface to Cairo.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://www.cairographics.org/releases/cairomm-1.12.2.tar.gz
Download MD5 sum: 9d2282ea34cf9aaa89208bb4bb911909
Download size: 1.3 MB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
Cairo-1.14.12 and libsigc++-2.10.0
Boost-1.68.0 and Doxygen-1.8.14
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cairomm
First, fix the documentation directory name:
sed -e '/^libdocdir =/ s/$(book_name)/cairomm-1.12.2/' \ -i docs/Makefile.in
Install Cairomm by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2018-08-24 13:13:05 -0700