Gtkmm-3.12.0

Introduction to Gtkmm

The Gtkmm package provides a C++ interface to GTK+ 3.

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

Package Information

Gtkmm Dependencies

Required

Atkmm-2.22.7, GTK+-3.12.2, and Pangomm-2.34.0

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

Installation of Gtkmm

Install Gtkmm by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libgdkmm-3.0.so and libgtkmm-3.0.so
Installed Directories: /usr/include/gdkmm-3.0, /usr/include/gtkmm-3.0, /usr/lib/gdkmm-3.0, /usr/lib/gtkmm-3.0, /usr/share/devhelp/books/gtkmm-3.0, and /usr/share/doc/gtkmm-3.0

Short Descriptions

libgdkmm-3.0.so

contains the GDK API classes.

libgtkmm-3.0.so

contains the GTK+ 3 API classes.

Last updated on 2014-09-21 14:28:22 -0700