Contents
$GNOME_PREFIX
/: include/at-spi-1.0,
lib/at-spi, share/{gtk-doc/html/at-spi-cspi,
idl/at-spi-1.0}
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.18/at-spi-1.18.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi/1.18/at-spi-1.18.1.tar.bz2
Download MD5 sum: 46c531204df5d39f7e83822372b0ce69
Download size: 780 KB
Estimated disk space required: 22 MB
Estimated build time: 0.5 SBU
GAIL-1.18.0 and libbonobo-2.18.0
intltool-0.35.5 and GTK-Doc-1.8
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
This package does not come with a functional test suite. Review the
README
file for additional
information about testing the package.
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
.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
$GNOME_PREFIX
/: include/at-spi-1.0,
lib/at-spi, share/{gtk-doc/html/at-spi-cspi,
idl/at-spi-1.0}
Last updated on 2007-08-08 11:49:50 -0500