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 | |
---|
1 | This directory contains the GAIL library. |
---|
2 | |
---|
3 | For more information about GAIL and accessibility in GNOME, see: |
---|
4 | http://developer.gnome.org/projects/gap |
---|
5 | |
---|
6 | Dependencies |
---|
7 | ============ |
---|
8 | |
---|
9 | In order to get CVS gail installed on your system, you need to have |
---|
10 | the most recent CVS versions of gtk+ and libgnomecanvas installed as well. |
---|
11 | Note that gtk+ requires glib/pango/atk and libgnomecanvas also requires |
---|
12 | libart, pangoft2 and gnome-common. |
---|
13 | |
---|
14 | Building |
---|
15 | ======== |
---|
16 | |
---|
17 | To compile a CVS version of gail on your system, you will need to take |
---|
18 | several steps to setup the tree for compilation. You can do all these |
---|
19 | steps at once by running: |
---|
20 | |
---|
21 | cvsroot/gail# ./autogen.sh |
---|
22 | |
---|
23 | Basically 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 | |
---|
31 | Before running autogen.sh or configure, make sure you have libtool |
---|
32 | in your path. |
---|
33 | |
---|
34 | Note that autogen.sh runs configure for you. If you wish to pass |
---|
35 | options like --prefix=/usr to configure you can give those options |
---|
36 | to autogen.sh and they will be passed on to configure. |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.