The Gtkmm package provides a C++ interface to GTK+ 3.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkmm/3.24/gtkmm-3.24.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/3.24/gtkmm-3.24.2.tar.xz
Download MD5 sum: e311db484ca9c53f1689d35f5f58a06b
Download size: 13 MB
Estimated disk space required: 411 MB (with tests)
Estimated build time: 2.1 SBU (Using parallelism=4; with tests)
Atkmm-2.28.0, GTK+-3.24.13, 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.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 2020-02-18 14:50:03 -0800