Pangomm-2.40.1

Introduction to Pangomm

The Pangomm package provides a C++ interface to Pango.

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

Package Information

Pangomm Dependencies

Required

Cairomm-1.12.2, GLibmm-2.56.0 and Pango-1.42.3

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

Installation of Pangomm

First, fix the documentation directory name:

sed -e '/^libdocdir =/ s/$(book_name)/pangomm-2.40.1/' \
    -i docs/Makefile.in

Install Pangomm 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: libpangomm-1.4.so
Installed Directories: /usr/include/pangomm-1.4, /usr/lib/pangomm-1.4, and /usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-2.40.1}

Short Descriptions

libpangomm-1.4.so

contains the Pango API classes.

Last updated on 2018-08-24 13:13:05 -0700