The Gtkmm package provides a C++ interface to GTK+ 3.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkmm/3.18/gtkmm-3.18.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/3.18/gtkmm-3.18.0.tar.xz
Download MD5 sum: 1f056682a0ffbe8b8678be79b69f7169
Download size: 11.3 MB
Estimated disk space required: 534 MB (Additional 34 MB for tests)
Estimated build time: 8 SBU (Additional 1.8 SBU for tests)
Atkmm-2.24.2, GTK+-3.18.7, and Pangomm-2.38.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtkmm3
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-3.18.0/' \ -i docs/Makefile.in
Install Gtkmm 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 2016-02-26 19:14:42 -0800