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.6/at-spi-1.6.4.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-1.6.4.tar.bz2
Download MD5 sum: be8b3077e2fab51a427303f228dffc2e
Download size: 499 KB
Estimated disk space required: 15 MB
Estimated build time: 0.5 SBU
GAIL-1.8.3 and libbonobo-2.8.1
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`/sbin && 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
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
Last updated on 2005-08-01 13:29:19 -0600