ATK-2.14.0

Introduction to ATK

ATK provides the set of accessibility interfaces that are implemented by other toolkits and applications. Using the ATK interfaces, accessibility tools have full access to view and control running applications.

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

Package Information

ATK Dependencies

Required

GLib-2.42.1

Optional (Required if building GNOME)

gobject-introspection-1.42.0

Optional

GTK-Doc-1.21

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

Installation of ATK

Install ATK by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a testsuite.

Now, as the root user:

make install

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Library: libatk-1.0.so
Installed Directories: /usr/include/atk-1.0 and /usr/share/gtk-doc/html/atk

Short Descriptions

libatk-1.0.so

contains functions that are used by assistive technologies to interact with the desktop applications.

Last updated on 2015-02-21 20:09:10 -0800