Gtkmm パッケージは GTK+ 3 への C++ インターフェースを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.8.tar.xz
ダウンロード MD5 sum: f55ed05e1f04f3d7bb11f185774acb45
ダウンロードサイズ: 14 MB
必要ディスク容量: 200 MB (テスト込み)
概算ビルド時間: 1.2 SBU (parallelism=4 利用時、テスト込み)
Atkmm-2.28.3, GTK+-3.24.38, Pangomm-2.46.3
以下のコマンドを実行して Gtkmm をビルドします。
mkdir gtkmm3-build && cd gtkmm3-build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja test を実行します。 Note that you must be in a graphical environment, as the tests try to open some windows.
root
ユーザーになって以下を実行します。
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.8
-Dbuild-documentation=true
: If you have
installed Doxygen-1.9.8 this define will build and
install the documentation.