at-spi2-core-2.14.1

Introduction to At-Spi2 Core

The At-Spi2 Core package is a part of the GNOME Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform and a library against which applications can be linked.

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

Package Information

At-Spi2 Core Dependencies

Required

D-Bus-1.8.16, GLib-2.42.1, and Xorg Libraries

Optional (Required if building GNOME)

gobject-introspection-1.42.0

Optional

GTK-Doc-1.21

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi2-core

Installation of At-Spi2 Core

Install At-Spi2 Core by running the following commands:

./configure --prefix=/usr \
            --sysconfdir=/etc &&
make

A session bus address is necessary to run the tests. To test the results, issue: make check.

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: libatspi.so
Installed Directories: /etc/at-spi2, /usr/include/at-spi-2.0, and /usr/share/gtk-doc/html/libatspi

Last updated on 2015-02-22 14:34:08 -0800