Atkmm is the official C++ interface for the ATK accessibility toolkit library.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/atkmm/2.24/atkmm-2.24.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/atkmm/2.24/atkmm-2.24.2.tar.xz
Download MD5 sum: d53b60b0f1be597e86070954a49cf0c3
Download size: 832 KB
Estimated disk space required: 25 MB
Estimated build time: 0.3 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/atkmm
First, fix the documents directory name:
sed -e '/^libdocdir =/ s/$(book_name)/atkmm-2.24.2/' \ -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 2016-02-27 08:37:24 -0800