1Amtk - Actions, Menus and Toolbars Kit for GTK applications
2===========================================================
3
4This is version 5.2.0 of Amtk.
5
6Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
7GtkUIManager replacement based on GAction. It is suitable for both a
8traditional UI or a modern UI with a GtkHeaderBar.
9
10The Amtk library is free software and is released under the terms of the GNU
11Lesser General Public License, see the 'COPYING' file for more information.
12
13The Amtk web page:
14
15    https://wiki.gnome.org/Projects/Amtk
16
17Dependencies
18------------
19
20- GLib >= 2.56
21- GTK >= 3.22
22
23Installation
24------------
25
26Simple install procedure from a tarball:
27
28  $ ./configure
29  $ make
30  [ Become root if necessary ]
31  $ make install
32
33See the file 'INSTALL' for more detailed information.
34
35From the Git repository, the 'configure' script and the 'INSTALL' file are not
36yet generated, so you need to run 'autogen.sh' instead, which takes the same
37arguments as 'configure'.
38
39To build the latest version of Amtk plus its dependencies from Git, Jhbuild is
40recommended:
41
42    https://wiki.gnome.org/Projects/Jhbuild
43
44How to contribute
45-----------------
46
47See the file 'HACKING'.
48