The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.60/glibmm-2.60.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.60/glibmm-2.60.0.tar.xz
Download MD5 sum: 0f6180d185c067bdb2aa30d035f9b867
Download size: 6.6 MB
Estimated disk space required: 199 MB (with tests)
Estimated build time: 1.3 SBU (Using parallelism=4; with tests)
GLib-2.60.6 and libsigc++-2.10.2
Doxygen-1.8.16, glib-networking-2.60.3 (for tests), GnuTLS-3.6.9 (for tests), and libxslt-1.1.33
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glibmm
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/glibmm-2.60.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 2019-08-17 15:49:15 -0700