The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.56/glibmm-2.56.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.56/glibmm-2.56.0.tar.xz
Download MD5 sum: 5aa7a60084fe3e01d746c96f4a115302
Download size: 6.6 MB
Estimated disk space required: 243 MB (with tests)
Estimated build time: 2.3 SBU (with tests)
GLib-2.56.1 and libsigc++-2.10.0
Doxygen-1.8.14, glib-networking-2.56.1 (for tests), GnuTLS-3.5.19 (for tests), and libxslt-1.1.32
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glibmm
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/glibmm-2.56.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
Last updated on 2018-08-24 13:13:05 -0700