• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

amtk/H10-Sep-2020-6,6613,818

docs/H10-Sep-2020-2,6672,296

m4/H10-Sep-2020-14,65413,410

po/H03-May-2022-5,2023,977

tests/H10-Sep-2020-1,230979

testsuite/H10-Sep-2020-1,6811,356

win32/H03-May-2022-1,9841,595

ABOUT-NLSH A D10-Sep-202067 21

AUTHORSH A D21-May-202069 32

COPYINGH A D21-May-202025.9 KiB503418

ChangeLogH A D10-Sep-202055 21

HACKINGH A D21-May-2020285 137

INSTALLH A D10-Sep-202015.4 KiB369287

Makefile.amH A D10-Sep-2020618 2719

Makefile.inH A D10-Sep-202040.8 KiB1,143968

NEWSH A D10-Sep-20204.9 KiB133113

READMEH A D10-Sep-20201.2 KiB4831

aclocal.m4H A D10-Sep-202042.9 KiB1,1911,083

aminclude_static.amH A D10-Sep-20206.6 KiB127108

amtk.doapH A D21-May-20201.2 KiB2824

amtk.pc.inH A D10-Sep-2020338 1311

compileH A D10-Sep-20207.2 KiB349259

config.guessH A D10-Sep-202043.1 KiB1,4871,294

config.h.inH A D10-Sep-20202.3 KiB8759

config.rpathH A D10-Sep-202018.1 KiB685588

config.subH A D10-Sep-202030.7 KiB1,7911,636

configureH A D10-Sep-2020603.8 KiB20,51317,147

configure.acH A D10-Sep-20204.4 KiB158128

depcompH A D10-Sep-202023 KiB792502

gtk-doc.makeH A D10-Sep-202010.5 KiB322275

install-shH A D10-Sep-202015 KiB519337

ltmain.shH A D10-Sep-2020316.6 KiB11,1507,980

missingH A D10-Sep-20206.7 KiB216143

test-driverH A D10-Sep-20204.5 KiB14987

README

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