[gui] Move error handling into a separate function.
[ttfautohint.git] / INSTALL.git
blobcf55a30df8a96c7eda0ae306c508df3dfad04ec6
2 building and installing ttfautohint from git
3 --------------------------------------------
5 Building ttfautohint from the git repository needs some tools which are not
6 required when building from a release:
8   autoconf (2.68)
9   automake (1.11.1)
10   git (1.5.5)
11   help2man (1.40.1)
12   libtool (2.4.2)
14 The version numbers in parentheses are known to work.  Newer versions should
15 work also.
17 Say
19   ./bootstrap
21 to clone the `gnulib' repository (which gets installed as a git submodule),
22 to build the `configure' script, and to set up necessary auxiliary files.
23 Then you can proceed with the instructions given in the `INSTALL' file.
25 EOF