GLibmm-2.66.5

Introduction to GLibmm

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

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Package Information

GLibmm Dependencies

Required

GLib-2.76.2 and libsigc++-2.12.0

Optional

Doxygen-1.9.6, glib-networking-2.76.0 (for tests), GnuTLS-3.8.0 (for tests), libxslt-1.1.38, and mm-common

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

Installation of GLibmm

Install GLibmm by running the following commands:

mkdir bld &&
cd    bld &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja 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/lib/g{io,lib}mm-2.4 and /usr/include/g{io,lib}mm-2.4

Short Descriptions

libgiomm-2.4.so

contains the GIO API classes

libglibmm-2.4.so

contains the GLib API classes