The Gtkmm package provides a C++ interface to GTK+ 3.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkmm/3.24/gtkmm-3.24.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/3.24/gtkmm-3.24.1.tar.xz
Download MD5 sum: 9524ed4e5c821d13eeda49ba2a78f024
Download size: 12 MB
Estimated disk space required: 406 MB (with tests)
Estimated build time: 2.0 SBU (Using parallelism=4; with tests)
Atkmm-2.28.0, GTK+-3.24.10, and Pangomm-2.42.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtkmm3
First, fix the documentation directory name:
sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-3.24.1/' \ -i docs/Makefile.in
Install Gtkmm by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check. Note that you must be in a graphical environment, as the tests try to open some windows.
Now, as the root
user:
make install
Last updated on 2019-08-17 15:49:15 -0700