X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=92f19bd9200c02a18099e0b3ad3569c0b0f269ec;hb=05dca8072d7324601b7f370e8a6c4bc0811d83fd;hp=24444ed3bf4882bb46b2ebbd243ba2230e699e3a;hpb=0b6cbf46c34dd00a2167373ff7b82e48aff19ae8;p=platform%2Fupstream%2Fatk.git diff --git a/README b/README index 24444ed..92f19bd 100644 --- a/README +++ b/README @@ -1,35 +1,61 @@ -This directory contains the ATK library. +ATK - The Accessibility Toolkit +=============================== For more information about ATK and accessibility in GNOME, see: - http://developer.gnome.org/projects/gap + + https://wiki.gnome.org/Accessibility Dependencies -============ +------------ + +ATK requires GLib >= 2.32. Information about GLib is available from: + + https://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/ -In order to get CVS atk installed on your system, you need to have -the most recent CVS version of glib installed as well. +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 you can use Autotools: + + $ ./configure + $ make + # make install + +Alternatively, you can use Meson and Ninja: + + $ meson _build . + $ ninja -C _build + # ninja -C _build install -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: +To build ATK from a Git clone using Autotools, run the autogen.sh script +instead of the configure one; before running autogen.sh or configure, make +sure you have libtool in your path. If you use Meson, no changes are +necessary. - cvsroot/atk# ./autogen.sh - -Basically this does the following for you: +Note that autogen.sh runs the configure script 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; if you wish to run +autogen.sh without running the configure script, export the NOCONFIGURE +environment variable. - cvsroot/atk# aclocal; automake; autoconf +How to report bugs +------------------ - The above commands create the "configure" script. Now you - can run the configure script in cvsroot/atk to create all - the Makefiles. +Bugs should be reported to the GNOME bug tracking system: -Before running autogen.sh or configure, make sure you have libtool -in your path. + http://bugzilla.gnome.org/enter_bug.cgi?product=atk -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. +You will need to create an account for yourself. +You can also mail the mailing list gnome-accessibility-devel@gnome.org