The AT SPI package contains the Assistive Technology Service Provider Interface. This is useful for redirecting UI events to accessible applications and adaptive/assistive technologies.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/at-spi/1.7/at-spi-1.7.7.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi/1.7/at-spi-1.7.7.tar.bz2
Download MD5 sum: 2988cd21d9f292fd404a8c532fe2723d
Download size: 696 KB
Estimated disk space required: 19.7 MB
Estimated build time: 0.6 SBU
GAIL-1.8.11 and libbonobo-2.14.0
intltool-0.34.2 and GTK-Doc-1.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi
Install AT SPI by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/at-spi && make
The test suite cannot be run until after the package is installed. To run the test suite after installation, issue: make check.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
--libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/at-spi: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/at-spi instead of $GNOME_PREFIX/libexec.
Last updated on 2006-06-30 15:54:31 -0500