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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.62/glibmm-2.62.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.62/glibmm-2.62.0.tar.xz
Download MD5 sum: 7da228e3f0c6a10024b9a7708c53691e
Download size: 7.1 MB
Estimated disk space required: 210 MB (with tests)
Estimated build time: 1.3 SBU (Using parallelism=4; with tests)
GLib-2.62.4 and libsigc++-2.10.2
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
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
Last updated on 2020-02-16 18:46:23 -0800