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 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.
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
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
29 Before running autogen.sh or configure, make sure you have libtool
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.