AT SPI-1.1.9

Introduction to AT SPI

The AT SPI package contains Assistive Technology Service Provider Interface. This is useful for redirecting UI events to accessible applications and adaptive/assistive technologies.

Package information

Installation of AT SPI

Install AT SPI by running the following commands:

patch -Np1 -i ../at-spi-1.1.9-lspi.patch &&
./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
--disable-gtk-doc &&
make &&
make install

Command explanations

--libexecdir=$GNOME_PREFIX/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--disable-gtk-doc: This switch prevent the rebuilding of the documentation during the make command.

Contents

The AT SPI package contains libcspi libraries, libspi libraries and at-spi-registryd

Description

libcspi libraries

No description available.

libspi libraries

No description available.

at-spi-registryd

at-spi-registryd is the registry daemon that allows communication between the UI and assistance devices.