The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.52/glibmm-2.52.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.52/glibmm-2.52.0.tar.xz
Download MD5 sum: 0ceaccabce7772e6ef6d0657bb0d2de1
Download size: 6.2 MB
Estimated disk space required: 163 MB (with tests)
Estimated build time: 2.4 SBU (with tests)
GLib-2.52.3 and libsigc++-2.10.0
Doxygen-1.8.13, glib-networking-2.50.0 (for tests), GnuTLS-3.5.14 (for tests), and libxslt-1.1.29
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glibmm
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/glibmm-2.52.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 2017-08-23 19:39:45 -0700