The Cairomm package provides a C++ interface to Cairo.
This package is known to build and work properly using an LFS-8.1 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.10 and libsigc++-2.10.0
Boost-1.64.0 and Doxygen-1.8.13
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 2017-08-23 19:39:45 -0700