Atkmm-2.28.0

Introduction to Atkmm

Atkmm is the official C++ interface for the ATK accessibility toolkit library.

This package is known to build and work properly using an LFS-9.0 platform.

Package Information

Atkmm Dependencies

Required

ATK-2.32.0 and GLibmm-2.60.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/atkmm

Installation of 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

Contents

Installed Programs: None
Installed Library: libatkmm-1.6.so
Installed Directories: /usr/{include,lib}/atkmm-1.6 and /usr/share/{devhelp/books/atkmm-1.6,doc/atkmm-2.28.0}

Short Descriptions

libatkmm-1.6.so

contains the ATK API classes.

Last updated on 2019-08-17 15:49:15 -0700