The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.46/glibmm-2.46.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.46/glibmm-2.46.3.tar.xz
Download MD5 sum: 6879e56997aed47816fafe9a7a822a87
Download size: 6.2 MB
Estimated disk space required: 241 MB (with tests)
Estimated build time: 2.7 SBU (with tests)
GLib-2.46.2, GnuTLS-3.4.9 (for the tests), and libsigc++-2.6.2
Doxygen-1.8.11 and libxslt-1.1.28
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glibmm
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/glibmm-2.46.3/' \ -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-02-27 08:37:24 -0800