GLibmm-2.44.0

Introduction to GLibmm

The GLibmm package is a set of C++ bindings for GLib.

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

Package Information

GLibmm Dependencies

Required

GLib-2.44.1, GnuTLS-3.4.4.1 (for the tests), and libsigc++-2.4.1

Optional

Doxygen-1.8.10 and libxslt-1.1.28

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

Installation of GLibmm

Install GLibmm 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: libgiomm-2.4.so, libglibmm-2.4.so and libglibmm_generate_extra_defs-2.4.so
Installed Directories: /usr/include/giomm-2.4, /usr/include/glibmm-2.4, /usr/lib/giomm-2.4, /usr/lib/glibmm-2.4, /usr/share/devhelp/books/glibmm-2.4 and /usr/share/doc/glibmm-2.4

Short Descriptions

libgiomm-2.4.so

contains the Gio API classes.

libglibmm-2.4.so

contains the GLib API classes.

Last updated on 2015-09-20 15:38:20 -0700