The Gtkmm package provides a C++ interface to GTK+ 3.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.5.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gtkmm/3.24/gtkmm-3.24.5.tar.xz
Download MD5 sum: 27af20542aaeb8a31a2ebaa267244bdb
Download size: 13 MB
Estimated disk space required: 230 MB (with tests)
Estimated build time: 1.0 SBU (Using parallelism=4; with tests)
Atkmm-2.28.2, GTK+-3.24.30, and Pangomm-2.46.1
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gtkmm3
Install Gtkmm by running the following commands:
mkdir gtkmm3-build && cd gtkmm3-build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test. Note that you must be in a graphical environment, as the tests try to open some windows.
          Now, as the root user:
        
ninja install
          If you have built the documentation (see Command Explanations
          below) it was installed to /usr/share/doc/gtkmm-3.0. For consistency, move
          it to a versioned directory as the root user:
        
mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-3.24.5
          -Dbuild-documentation=true: If you have
          installed Doxygen-1.9.2 this define will build and
          install the documentation.
        
Last updated on