The GAIL package contains the GNOME Accessibility Implementation Libraries.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gail/1.8/gail-1.8.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gail/1.8/gail-1.8.0.tar.bz2
Download MD5 sum: 58a0520361a47634f19ea271f5a5d8aa
Download size: 549 KB
Estimated disk space required: 18.6 MB
Estimated build time: 0.53 SBU
Install GAIL by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--disable-gtk-doc &&
make &&
make install
GTK+ will look for the GAIL modules in /usr/lib even if $GNOME_PREFIX is NOT /usr. Create a symlink to $GNOME_PREFIX to satisfy this requirement:
ln -sf `pkg-config --variable=prefix ORBit-2.0`/lib/gtk-2.0/modules \
/usr/lib/gtk-2.0
The GAIL package contains libgailutil libraries and GAIL GTK+ modules.
Last updated on 2004-12-03 17:24:54 -0700