Cairomm-1.12.2

Introduction to Cairomm

The Cairomm package provides a C++ interface to Cairo.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

Cairomm Dependencies

Required

Cairo-1.17.2+f93fc72c03e and libsigc++-2.10.2

Optional

Boost-1.72.0 and Doxygen-1.8.17

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cairomm

Installation of 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

Contents

Installed Programs: None
Installed Library: libcairomm-1.0.so
Installed Directories: /usr/{include,lib}/cairomm-1.0 and /usr/share/{devhelp/books/cairomm-1.0,doc/cairomm-1.12.2}

Short Descriptions

libcairomm-1.0.so

contains the Cairo API classes.

Last updated on 2020-02-17 18:27:03 -0800