The Gtkmm package provides a C++ interface to GTK+ 3.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkmm/3.22/gtkmm-3.22.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/3.22/gtkmm-3.22.1.tar.xz
Download MD5 sum: 183079917fbe78e5aef204d5e52eafc1
Download size: 12 MB
Estimated disk space required: 364 MB (with tests)
Estimated build time: 4.4 SBU (with tests)
Atkmm-2.24.2, GTK+-3.22.18, 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.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 2017-08-23 19:39:45 -0700