Install manifest
[platform/upstream/atk.git] / README
1 This directory contains the ATK library.
2
3 For more information about ATK and accessibility in GNOME, see:
4  http://projects.gnome.org/accessibility
5
6 Dependencies
7 ============
8
9 ATK requires GLib >= 2.31.2. Information about GLib is available from
10 http://www.gtk.org/.
11
12 Getting the source code
13 =======================
14
15 You can get the source code of each ATK release as a tarball:
16 https://download.gnome.org/sources/atk/
17
18 You can also clone the ATK master branch from GNOME repository:
19 https://git.gnome.org/browse/atk
20
21 Building
22 ========
23
24 To buid ATK from a release tarball, the usual is using autotool, as:
25
26   $ ./configure
27   $ make
28   # make install
29
30 To build ATK from a Git clone, run the autogen.sh script instead of
31 the configure one. Before running autogen.sh or configure, make sure
32 you have libtool in your path.
33
34 Note that autogen.sh runs configure for you.  If you wish to pass
35 options like --prefix=/usr to configure you can give those options
36 to autogen.sh and they will be passed on to configure.
37
38 How to report bugs
39 ==================
40
41 Bugs should be reported to the GNOME bug tracking system:
42   http://bugzilla.gnome.org/enter_bug.cgi?product=atk
43
44 You will need to create an account for yourself.
45
46 You can also mail the mailing list gnome-accessibility-devel@gnome.org