The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.58/glibmm-2.58.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.58/glibmm-2.58.0.tar.xz
Download MD5 sum: 4a0402ac65a7c47424b4e21b81b079c0
Download size: 6.5 MB
Estimated disk space required: 197 MB (with tests)
Estimated build time: 1.2 SBU (Using parallelism=4; with tests)
GLib-2.58.3 and libsigc++-2.10.1
Doxygen-1.8.15, glib-networking-2.58.0 (for tests), GnuTLS-3.6.6 (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.58.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-02-16 19:14:14 -0800