The libgedit-amtk package contains a basic GTKUIManager replacement based on GAction.
![[Note]](../images/note.png)
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.
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 &&
ninjaTo test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
-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.