gtkmm-2.20.3

Introduction to gtkmm

The gtkmm package provides a C++ interface to GTK+.

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

Package Information

gtkmm Dependencies

Required

gtk+-2.24.8, and pangomm-2.26.2

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

Installation of gtkmm

Install gtkmm 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 Libraries: libatkmm-1.6.so, libgdkmm-2.4.so, and libgtkmm-2.4.so
Installed Directories: /usr/{include/{atkmm-1.6/atkmm/private,gdkmm-2.4/gdkmm/private, gtkmm-2.4/gtkmm/private},lib/{gdkmm-2.4/include,gtkmm-2.4/include}, share/{devhelp/books/gtkmm-2.4,doc/gtkmm-2.4/{images,reference/html}, gtkmm-2.4/demo}}

Short Descriptions

libatkmm-1.6.so

contains the ATK API classes.

libgdkmm-2.4.so

contains the GDK API classes.

libgtkmm-2.4.so

contains the GTK+ API classes.

Last updated on 2010-08-14 06:58:06 +0000