# GAIL (GNOME Accessibility Implementation Library) is an implementation of the accessibility interfaces defined by ATK. # Note: depends on gtk+2 # Note: depends on atk wget -c http://ftp.gnome.org/pub/GNOME/sources/gail/1.22/gail-1.22.3.tar.bz2 tar -xjf gail-1.22.3.tar.bz2 cd gail-1.22.3 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install