X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=4461bdeb3e425221b9df6db6d8c9f07d1f2f72da;hb=refs%2Fheads%2Faccepted%2Ftizen_7.0_unified;hp=24444ed3bf4882bb46b2ebbd243ba2230e699e3a;hpb=0b6cbf46c34dd00a2167373ff7b82e48aff19ae8;p=platform%2Fupstream%2Fatk.git diff --git a/README b/README index 24444ed..4461bde 100644 --- a/README +++ b/README @@ -1,35 +1,53 @@ -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: -In order to get CVS atk installed on your system, you need to have -the most recent CVS version of glib installed as well. + https://download.gnome.org/sources/atk/ + +You can also clone the ATK master branch from GNOME repository: + + https://git.gnome.org/browse/atk Building -======== +-------- + +You can use Meson and Ninja: + + $ meson _build . + $ ninja -C _build + # ninja -C _build install + +Tarball +------- -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: +If you want a tarball with the ATK source code, you can also use +Meson: - cvsroot/atk# ./autogen.sh - -Basically this does the following for you: + $ meson _build . + $ ninja -C _build dist - 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