meson: Build .rc file on Windows
[atk.git] / README
blob92f19bd9200c02a18099e0b3ad3569c0b0f269ec
1 ATK - The Accessibility Toolkit
2 ===============================
4 For more information about ATK and accessibility in GNOME, see:
6   https://wiki.gnome.org/Accessibility
8 Dependencies
9 ------------
11 ATK requires GLib >= 2.32. Information about GLib is available from:
13   https://www.gtk.org
15 Getting the source code
16 -----------------------
18 You can get the source code of each ATK release as a tarball:
20   https://download.gnome.org/sources/atk/
22 You can also clone the ATK master branch from GNOME repository:
24   https://git.gnome.org/browse/atk
26 Building
27 --------
29 To buid ATK from a release tarball you can use Autotools:
31     $ ./configure
32     $ make
33     # make install
35 Alternatively, you can use Meson and Ninja:
37     $ meson _build .
38     $ ninja -C _build
39     # ninja -C _build install
41 To build ATK from a Git clone using Autotools, run the autogen.sh script
42 instead of the configure one; before running autogen.sh or configure, make
43 sure you have libtool in your path. If you use Meson, no changes are
44 necessary.
46 Note that autogen.sh runs the configure script for you. If you wish to pass
47 options like --prefix=/usr to configure you can give those options to
48 autogen.sh and they will be passed on to configure; if you wish to run
49 autogen.sh without running the configure script, export the NOCONFIGURE
50 environment variable.
52 How to report bugs
53 ------------------
55 Bugs should be reported to the GNOME bug tracking system:
57   http://bugzilla.gnome.org/enter_bug.cgi?product=atk
59 You will need to create an account for yourself.
61 You can also mail the mailing list gnome-accessibility-devel@gnome.org