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

Package Information

GLibmm Dependencies

Required

GLib-2.62.4 and libsigc++-2.10.2

Optional

Doxygen-1.8.17, glib-networking-2.62.3 (for tests), GnuTLS-3.6.12 (for tests), and libxslt-1.1.34

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

Installation of GLibmm

First, fix the documents directory name:

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

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,lib}/g{io,lib}mm-2.4 and /usr/share/{devhelp/books/glibmm-2.4,doc/glibmm-2.62.0}

Short Descriptions

libgiomm-2.4.so

contains the GIO API classes.

libglibmm-2.4.so

contains the GLib API classes.

Last updated on 2020-02-16 18:46:23 -0800