Blame README

Packit d0bcc1
ATK - The Accessibility Toolkit
Packit d0bcc1
===============================
Packit d0bcc1
Packit d0bcc1
For more information about ATK and accessibility in GNOME, see:
Packit d0bcc1
Packit d0bcc1
  https://wiki.gnome.org/Accessibility
Packit d0bcc1
Packit d0bcc1
Dependencies
Packit d0bcc1
------------
Packit d0bcc1
Packit d0bcc1
ATK requires GLib >= 2.32. Information about GLib is available from:
Packit d0bcc1
Packit d0bcc1
  https://www.gtk.org
Packit d0bcc1
Packit d0bcc1
Getting the source code
Packit d0bcc1
-----------------------
Packit d0bcc1
Packit d0bcc1
You can get the source code of each ATK release as a tarball:
Packit d0bcc1
Packit d0bcc1
  https://download.gnome.org/sources/atk/
Packit d0bcc1
Packit d0bcc1
You can also clone the ATK master branch from GNOME repository:
Packit d0bcc1
Packit d0bcc1
  https://git.gnome.org/browse/atk
Packit d0bcc1
Packit d0bcc1
Building
Packit d0bcc1
--------
Packit d0bcc1
Packit d0bcc1
To buid ATK from a release tarball you can use Autotools:
Packit d0bcc1
Packit d0bcc1
    $ ./configure
Packit d0bcc1
    $ make
Packit d0bcc1
    # make install
Packit d0bcc1
Packit d0bcc1
Alternatively, you can use Meson and Ninja:
Packit d0bcc1
Packit d0bcc1
    $ meson _build .
Packit d0bcc1
    $ ninja -C _build
Packit d0bcc1
    # ninja -C _build install
Packit d0bcc1
Packit d0bcc1
To build ATK from a Git clone using Autotools, run the autogen.sh script
Packit d0bcc1
instead of the configure one; before running autogen.sh or configure, make
Packit d0bcc1
sure you have libtool in your path. If you use Meson, no changes are
Packit d0bcc1
necessary.
Packit d0bcc1
Packit d0bcc1
Note that autogen.sh runs the configure script for you. If you wish to pass
Packit d0bcc1
options like --prefix=/usr to configure you can give those options to
Packit d0bcc1
autogen.sh and they will be passed on to configure; if you wish to run
Packit d0bcc1
autogen.sh without running the configure script, export the NOCONFIGURE
Packit d0bcc1
environment variable.
Packit d0bcc1
Packit d0bcc1
How to report bugs
Packit d0bcc1
------------------
Packit d0bcc1
Packit d0bcc1
Bugs should be reported to the GNOME bug tracking system:
Packit d0bcc1
Packit d0bcc1
  http://bugzilla.gnome.org/enter_bug.cgi?product=atk
Packit d0bcc1
Packit d0bcc1
You will need to create an account for yourself.
Packit d0bcc1
Packit d0bcc1
You can also mail the mailing list gnome-accessibility-devel@gnome.org