The libgedit-amtk package contains a basic GTKUIManager replacement based on GAction.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://gedit-technology.net/tarballs/libgedit-amtk/libgedit-amtk-5.8.0.tar.xz
Download MD5 sum: 1b2ad96c189dd1749b6526c6026e0618
Download size: 60 KB
Estimated disk space required: 2.6 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.22.0
Install libgedit-amtk by running the following commands:
mkdir amtk-build && cd amtk-build && meson setup .. \ --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtk_doc=false
: This
switch prevents the build system from generating and installing the
API documentation. Omit this switch if you have GTK-Doc-1.33.2 installed and wish to generate
and install the API documentation.