ATK-2.34.1

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-9.1 platform.

Package Information

ATK Dependencies

Required

GLib-2.62.4

Recommended (Required if building GNOME)

Optional

GTK-Doc-1.32

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

Installation of ATK

Install ATK by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

This package does not come with a testsuite.

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Library: libatk-1.0.so
Installed Directories: /usr/include/atk-1.0

Short Descriptions

libatk-1.0.so

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

Last updated on 2020-02-16 15:15:05 -0800