The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.48/glibmm-2.48.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.48/glibmm-2.48.1.tar.xz
Download MD5 sum: f08b2c7f09b984b0df05f0bf4d20ad11
Download size: 6.0 MB
Estimated disk space required: 182 MB (with tests)
Estimated build time: 3.2 SBU (with tests)
GLib-2.48.2 and libsigc++-2.8.0
Doxygen-1.8.11, glib-networking-2.48.2 (for tests), GnuTLS-3.5.3 (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.48.1/' \ -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 2016-08-29 23:02:26 -0700