Gtkmm-3.24.2

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-9.1 platform.

Package Information

Gtkmm Dependencies

Required

Atkmm-2.28.0, GTK+-3.24.13, and Pangomm-2.42.0

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

Installation of Gtkmm

First, fix the documentation directory name:

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

Install Gtkmm by running the following commands:

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

To test the results, issue: make check. Note that you must be in a graphical environment, as the tests try to open some windows.

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, and /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-3.24.2}

Short Descriptions

libgdkmm-3.0.so

contains the GDK API classes.

libgtkmm-3.0.so

contains the GTK+ 3 API classes.

Last updated on 2020-02-18 14:50:03 -0800