source: trunk/third/atk/README @ 20776

Revision 20776, 1.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20775, which included commits to RCS files with non-trunk default branches.
Line 
1This directory contains the ATK library.
2
3For more information about ATK and accessibility in GNOME, see:
4 http://developer.gnome.org/projects/gap
5
6Dependencies
7============
8
9ATK requires GLib-2.0.0 or better. Information about GLib
10is available from http://www.gtk.org/.
11
12Building
13========
14
15To configure ATK, run the ./configure script, then 'make'; and
16'make install'. If you are installing into a location where you don't have
17write permission, you'll have to become root before running
18'make install'.
19
20General information about building ATK and related libraries can
21be found at:
22
23  http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
24
25To compile a CVS version of atk on your system, you will need to take
26several steps to setup the tree for compilation.  You can do all these
27steps at once by running:
28
29        cvsroot/atk# ./autogen.sh
30 
31Basically this does the following for you:
32
33        cvsroot/atk# aclocal; automake; autoconf
34
35        The above commands create the "configure" script.  Now you
36        can run the configure script in cvsroot/atk to create all
37        the Makefiles.
38
39Before running autogen.sh or configure, make sure you have libtool
40in your path.
41
42Note that autogen.sh runs configure for you.  If you wish to pass
43options like --prefix=/usr to configure you can give those options
44to autogen.sh and they will be passed on to configure.
45
46How to report bugs
47==================
48
49Bugs should be reported to the GNOME bug tracking system.
50(http://bugzilla.gnome.org, product atk.) You will need to create an
51account for yourself.
52
53You can also mail the mailing list gnome-accessibility-devel@gnome.org
Note: See TracBrowser for help on using the repository browser.