The Gtkmm package provides a C++ interface to GTK-4.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gtkmm/4.22/gtkmm-4.22.0.tar.xz
MD5 校验和:a1c76be0b7cd6156b269832e6a0bc660
大小:17 MB
预计所需磁盘空间:217 MB(含测试)
预计构建时间:0.8 SBU (With tests; both using parallelism=4)
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.22.0
-D build-documentation=true: If you
have installed Doxygen-1.17.0 this define will build
and install the documentation.