ATK 1.0.0 rc1
[atk.git] / README
blob24444ed3bf4882bb46b2ebbd243ba2230e699e3a
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 In order to get CVS atk installed on your system, you need to have
10 the most recent CVS version of glib installed as well.
12 Building
13 ========
15 To compile a CVS version of atk on your system, you will need to take
16 several steps to setup the tree for compilation.  You can do all these
17 steps at once by running:
19         cvsroot/atk# ./autogen.sh
20   
21 Basically this does the following for you:
23         cvsroot/atk# aclocal; automake; autoconf
25         The above commands create the "configure" script.  Now you
26         can run the configure script in cvsroot/atk to create all
27         the Makefiles.
29 Before running autogen.sh or configure, make sure you have libtool
30 in your path.
32 Note that autogen.sh runs configure for you.  If you wish to pass
33 options like --prefix=/usr to configure you can give those options
34 to autogen.sh and they will be passed on to configure.