summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2001-04-27 10:35:20 +0000
committerBill Haneman <billh@src.gnome.org>2001-04-27 10:35:20 +0000
commit0b6cbf46c34dd00a2167373ff7b82e48aff19ae8 (patch)
tree8c9d2cca0c876ddff172ff0c1f6ac93c46e7a91d /README
parent137114f8e608e7bc0b3091fbe4bcc58341ec9837 (diff)
downloadatk-0b6cbf46c34dd00a2167373ff7b82e48aff19ae8.tar.gz
Latest rev (previous commit was out of date). Added README and NEWS.
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 35 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..24444ed
--- /dev/null
+++ b/README
@@ -0,0 +1,35 @@
+This directory contains the ATK library.
+
+For more information about ATK and accessibility in GNOME, see:
+ http://developer.gnome.org/projects/gap
+
+Dependencies
+============
+
+In order to get CVS atk installed on your system, you need to have
+the most recent CVS version of glib installed as well.
+
+Building
+========
+
+To compile a CVS version of atk on your system, you will need to take
+several steps to setup the tree for compilation. You can do all these
+steps at once by running:
+
+ cvsroot/atk# ./autogen.sh
+
+Basically this does the following for you:
+
+ cvsroot/atk# aclocal; automake; autoconf
+
+ The above commands create the "configure" script. Now you
+ can run the configure script in cvsroot/atk to create all
+ the Makefiles.
+
+Before running autogen.sh or configure, make sure you have libtool
+in your path.
+
+Note that autogen.sh runs configure for you. If you wish to pass
+options like --prefix=/usr to configure you can give those options
+to autogen.sh and they will be passed on to configure.
+