summaryrefslogtreecommitdiff
path: root/README
blob: 4461bdeb3e425221b9df6db6d8c9f07d1f2f72da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
ATK - The Accessibility Toolkit
===============================

For more information about ATK and accessibility in GNOME, see:

  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/

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
-------

If you want a tarball with the ATK source code, you can also use
Meson:

  $ meson _build .
  $ ninja -C _build dist

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