The Gtkmm package provides a C++ interface to GTK+ 3.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkmm/3.22/gtkmm-3.22.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/3.22/gtkmm-3.22.2.tar.xz
Download MD5 sum: 883e9046768b3a5afc8e365988823e77
Download size: 12 MB
Estimated disk space required: 549 MB (with tests)
Estimated build time: 3.6 SBU (with tests)
Atkmm-2.24.2, GTK+-3.22.30, and Pangomm-2.40.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtkmm3
First, fix the documentation directory name:
sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-3.22.2/' \ -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 2018-08-24 13:13:05 -0700