Gtkmm-2.24.4

Introduction to Gtkmm

The Gtkmm package provides a C++ interface to GTK+ 2. It can be installed alongside Gtkmm-3.12.0 (the GTK+ 3 version) with no namespace conflicts.

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

Package Information

Gtkmm Dependencies

Required

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

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

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-2.4.so and libgtkmm-2.4.so
Installed Directories: /usr/include/gdkmm-2.4, /usr/include/gtkmm-2.4, /usr/lib/gdkmm-2.4, /usr/lib/gtkmm-2.4, /usr/share/devhelp/books/gtkmm-2.4, and /usr/share/doc/gtkmm-2.4

Short Descriptions

libgdkmm-2.4.so

contains the GDK API classes.

libgtkmm-2.4.so

contains the GTK+ API classes.

Last updated on 2014-08-25 07:57:00 -0700