Gtkmm-4.20.0

Introduction to Gtkmm

The Gtkmm package provides a C++ interface to GTK-4.

[Note]

Note

This package is known to build and work properly using an LFS 13.0 platform.

Package Information

Gtkmm Dependencies

Required

GTK-4.20.3 and Pangomm-2.56.1

Optional

Doxygen-1.16.1 and Vulkan-Loader-1.4.341.0

Installation of Gtkmm

Install Gtkmm by running the following commands:

mkdir build &&
cd    build &&

meson setup --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-4.0. For consistency, move it to a versioned directory as the root user:

mv -v /usr/share/doc/gtkmm-4.0 /usr/share/doc/gtkmm-4.20.0

Command Explanations

-D build-documentation=true: If you have installed Doxygen-1.16.1 this define will build and install the documentation.

Contents

Installed Programs: None
Installed Libraries: libgdkmm-4.0.so and libgtkmm-4.0.so
Installed Directories: /usr/include/gdkmm-4.0, /usr/include/gtkmm-4.0, /usr/lib/gdkmm-4.0, /usr/lib/gtkmm-4.0, and optionally /usr/share/{devhelp/books/gtkmm-4.0,doc/gtkmm-4.20.0}

Short Descriptions

libgdkmm-4.0.so

contains the GDK API classes

libgtkmm-4.0.so

contains the GTK 4 API classes