source: trunk/third/gail/README @ 18341

Revision 18341, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18340, which included commits to RCS files with non-trunk default branches.
Line 
1This directory contains the GAIL library.
2
3For more information about GAIL and accessibility in GNOME, see:
4 http://developer.gnome.org/projects/gap
5
6Dependencies
7============
8
9In order to get CVS gail installed on your system, you need to have
10the most recent CVS versions of gtk+ and libgnomecanvas installed as well.
11Note that  gtk+ requires glib/pango/atk and libgnomecanvas also requires
12libart, pangoft2 and gnome-common.
13
14Building
15========
16
17To compile a CVS version of gail on your system, you will need to take
18several steps to setup the tree for compilation.  You can do all these
19steps at once by running:
20
21        cvsroot/gail# ./autogen.sh
22
23Basically this does the following for you:
24
25        cvsroot/gail# aclocal; automake; autoconf
26
27        The above commands create the "configure" script.  Now you
28        can run the configure script in cvsroot/gail to create all
29        the Makefiles.
30
31Before running autogen.sh or configure, make sure you have libtool
32in your path.
33
34Note that autogen.sh runs configure for you.  If you wish to pass
35options like --prefix=/usr to configure you can give those options
36to autogen.sh and they will be passed on to configure.
37
Note: See TracBrowser for help on using the repository browser.