From f036be45e267965245a66d10a94060409c3a827d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Fri, 26 Sep 2014 15:59:59 +0200 Subject: [PATCH] Updating README file Previous one still have references to a wrong glib dependency, CVS, etc --- README | 99 +++++++++++++++++++++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 53 deletions(-) rewrite README (69%) diff --git a/README b/README dissimilarity index 69% index b816a30..c934aa5 100644 --- a/README +++ b/README @@ -1,53 +1,46 @@ -This directory contains the ATK library. - -For more information about ATK and accessibility in GNOME, see: - http://projects.gnome.org/accessibility - -Dependencies -============ - -ATK requires GLib-2.0.0 or better. Information about GLib -is available from http://www.gtk.org/. - -Building -======== - -To configure ATK, run the ./configure script, then 'make'; and -'make install'. If you are installing into a location where you don't have -write permission, you'll have to become root before running -'make install'. - -General information about building ATK and related libraries can -be found at: - - http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html - -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. - -How to report bugs -================== - -Bugs should be reported to the GNOME bug tracking system. -(http://bugzilla.gnome.org, product atk.) You will need to create an -account for yourself. - -You can also mail the mailing list gnome-accessibility-devel@gnome.org +This directory contains the ATK library. + +For more information about ATK and accessibility in GNOME, see: + http://projects.gnome.org/accessibility + +Dependencies +============ + +ATK requires GLib >= 2.31.2. Information about GLib is available from +http://www.gtk.org/. + +Getting the source code +======================= + +You can get the source code of each ATK release as a tarball: +https://download.gnome.org/sources/atk/ + +You can also clone the ATK master branch from GNOME repository: +https://git.gnome.org/browse/atk + +Building +======== + +To buid ATK from a release tarball, the usual is using autotool, as: + + $ ./configure + $ make + # make install + +To build ATK from a Git clone, run the autogen.sh script instead of +the configure one. 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. + +How to report bugs +================== + +Bugs should be reported to the GNOME bug tracking system: + http://bugzilla.gnome.org/enter_bug.cgi?product=atk + +You will need to create an account for yourself. + +You can also mail the mailing list gnome-accessibility-devel@gnome.org -- 2.11.4.GIT