===== Released 1.0.0 ======
[atk.git] / README
blob585fcdd14670aa50c20c4e58f869db48f62828ce
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
6 Dependencies
7 ============
9 ATK requires GLib-2.0.0 or better. Information about GLib
10 is available from http://www.gtk.org/.
12 Building
13 ========
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 
18 'make install'.
20 General information about building ATK and related libraries can
21 be found at:
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
30   
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
37         the Makefiles.
39 Before running autogen.sh or configure, make sure you have libtool
40 in your path.
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.