The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.64/glibmm-2.64.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.64/glibmm-2.64.2.tar.xz
Download MD5 sum: c5f74897edfa7e1e771bc837dd586402
Download size: 7.1 MB
Estimated disk space required: 210 MB (with tests)
Estimated build time: 1.2 SBU (Using parallelism=4; with tests)
GLib-2.64.4 and libsigc++-2.10.3
Doxygen-1.8.19, glib-networking-2.64.3 (for tests), GnuTLS-3.6.14 (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.64.2/' \ -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-08-16 21:26:53 -0700