The At-Spi2 Core package is a part of the GNOME Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform and a library against which applications can be linked.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.6/at-spi2-core-2.6.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.6/at-spi2-core-2.6.3.tar.xz
Download MD5 sum: eb1d3ca3332af8862791d3ff7dcfd20a
Download size: 456 KB
Estimated disk space required: 13 MB
Estimated build time: less than 0.1 SBU
D-Bus-1.6.10, GLib-2.34.3, Intltool-0.50.2 and Xorg Libraries
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi2-core
Install At-Spi2 Core by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/at-spi2-core &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-05-14 20:45:41 +0000