The GLibmm package is a set of C++ bindings for GLib.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glibmm/2.50/glibmm-2.50.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glibmm/2.50/glibmm-2.50.0.tar.xz
Download MD5 sum: e7416beff6cba1f38c2bccd0dc8c3278
Download size: 6.1 MB
Estimated disk space required: 228 MB (with tests)
Estimated build time: 2.4 SBU (with tests)
GLib-2.50.3 and libsigc++-2.10.0
Doxygen-1.8.13, glib-networking-2.50.0 (for tests), GnuTLS-3.5.9 (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.50.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-02-16 19:24:14 -0800