The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://download.gnome.org/sources/glibmm/2.66/glibmm-2.66.2.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/glibmm/2.66/glibmm-2.66.2.tar.xz
Download MD5 sum: 89c0ba07736d258b84bc201bd213fd69
Download size: 7.3 MB
Estimated disk space required: 89 MB (with tests)
Estimated build time: 0.7 SBU (Using parallelism=4; with tests)
GLib-2.72.3 and libsigc++-2.10.8
Doxygen-1.9.4, glib-networking-2.72.2 (for tests), GnuTLS-3.7.7 (for tests), libxslt-1.1.36, and mm-common
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/glibmm
Install GLibmm by running the following commands:
mkdir bld && cd bld && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install