2.30.0
[platform/upstream/atk.git] / README
1 ATK - The Accessibility Toolkit
2 ===============================
3
4 For more information about ATK and accessibility in GNOME, see:
5
6   https://wiki.gnome.org/Accessibility
7
8 Dependencies
9 ------------
10
11 ATK requires GLib >= 2.32. Information about GLib is available from:
12
13   https://www.gtk.org
14
15 Getting the source code
16 -----------------------
17
18 You can get the source code of each ATK release as a tarball:
19
20   https://download.gnome.org/sources/atk/
21
22 You can also clone the ATK master branch from GNOME repository:
23
24   https://git.gnome.org/browse/atk
25
26 Building
27 --------
28
29 You can use Meson and Ninja:
30
31     $ meson _build .
32     $ ninja -C _build
33     # ninja -C _build install
34
35 Tarball
36 -------
37
38 If you want a tarball with the ATK source code, you can also use
39 Meson:
40
41   $ meson _build .
42   $ ninja -C _build dist
43
44 How to report bugs
45 ------------------
46
47 Bugs should be reported to the GNOME bug tracking system:
48
49   http://bugzilla.gnome.org/enter_bug.cgi?product=atk
50
51 You will need to create an account for yourself.
52
53 You can also mail the mailing list gnome-accessibility-devel@gnome.org