GAIL-1.8.0

Introduction to GAIL

The GAIL package contains the GNOME Accessibility Implementation Libraries.

Package information

GAIL dependencies

Optional

GTK-Doc-1.2

Installation of GAIL

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

Contents

The GAIL package contains libgailutil libraries and GAIL GTK+ modules.

Description

libgailutil libraries

libgailutil libraries provide the functions that solve accessibility problems in a consistent manner across GNOME.

Last updated on 2004-12-03 17:24:54 -0700