1 This directory contains the ATK library.
3 For more information about ATK and accessibility in GNOME, see:
4 http://developer.gnome.org/projects/gap
9 ATK requires GLib-2.0.0 or better. Information about GLib
10 is available from http://www.gtk.org/.
15 To configure ATK, run the ./configure script, then 'make'; and
16 'make install'. If you are installing into a location where you don't have
17 write permission, you'll have to become root before running
20 General information about building ATK and related libraries can
23 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
25 To compile a CVS version of atk on your system, you will need to take
26 several steps to setup the tree for compilation. You can do all these
27 steps at once by running:
29 cvsroot/atk# ./autogen.sh
31 Basically this does the following for you:
33 cvsroot/atk# aclocal; automake; autoconf
35 The above commands create the "configure" script. Now you
36 can run the configure script in cvsroot/atk to create all
39 Before running autogen.sh or configure, make sure you have libtool
42 Note that autogen.sh runs configure for you. If you wish to pass
43 options like --prefix=/usr to configure you can give those options
44 to autogen.sh and they will be passed on to configure.
49 Bugs should be reported to the GNOME bug tracking system.
50 (http://bugzilla.gnome.org, product atk.) You will need to create an
53 You can also mail the mailinmg list gnome-accessibility-devel@gnome.org