Atkmm is the official C++ interface for the ATK accessibility toolkit library.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/atkmm/2.28/atkmm-2.28.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/atkmm/2.28/atkmm-2.28.0.tar.xz
Download MD5 sum: 6194ac577f15567adfa3c923944c6651
Download size: 872 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/atkmm
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/atkmm-2.28.0/' \ -i doc/Makefile.in
Install Atkmm by running the following commands:
./configure --prefix=/usr && make
This package does not come with a testsuite.
Now, as the root
user:
make install
Last updated on 2019-02-16 19:20:06 -0800