The AT SPI package contains 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.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-1.6.0.tar.bz2
Download MD5 sum: 950fc9bb66cf90b720739f3ea5ad8b18
Download size: 503 KB
Estimated disk space required: 14.6 MB
Estimated build time: 0.55 SBU
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 \
--disable-gtk-doc &&
make &&
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.
--disable-gtk-doc: This switch prevents the rebuilding of the documentation during the make command.
The AT SPI package contains libspi, libcspi and libloginhelper libraries, the libatk-bridge.so GTK+ module, ORBit-2.0 Accessibility modules and at-spi-registryd.
Last updated on 2004-11-29 12:04:53 -0700