33143760fa54780ebbf4be483a3ab34a69c15b10
[gnulib.git] / DEPENDENCIES
1 The following packages are needed by maintainers for using 'gnulib-tool':
2
3 * A C runtime and compiler (e.g. GNU gcc 2.95 or newer).
4   + Mandatory.
5   + Homepage:
6     http://gcc.gnu.org/
7   + Download:
8     http://ftp.gnu.org/gnu/gcc/
9     ftp://ftp.gnu.org/gnu/gcc/
10
11 * A 'make' utility (e.g. GNU make 3.79.1 or newer).
12   + Mandatory.
13   + Homepage:
14     http://www.gnu.org/software/make/
15   + Download:
16     http://ftp.gnu.org/gnu/make/
17     ftp://ftp.gnu.org/gnu/make/
18
19 * GNU m4 1.4.9 or newer.
20   + Mandatory.
21     Autoconf requires GNU m4 1.4 or newer, and Autoconf 2.61 triggers bugs
22     in GNU m4 < 1.4.8.
23   + Homepage:
24     http://www.gnu.org/software/m4/
25   + Download:
26     http://ftp.gnu.org/gnu/m4/
27     ftp://ftp.gnu.org/gnu/m4/
28
29 * GNU autoconf 2.59 or newer.
30   + Mandatory.
31   + Homepage:
32     http://www.gnu.org/software/autoconf/
33   + Download:
34     http://ftp.gnu.org/gnu/autoconf/
35     ftp://ftp.gnu.org/gnu/autoconf/
36
37 * GNU automake 1.10 or newer.
38   + Mandatory.
39   + Homepage:
40     http://www.gnu.org/software/automake/
41   + Download:
42     http://ftp.gnu.org/gnu/automake/
43     ftp://ftp.gnu.org/gnu/automake/
44
45 * GNU gettext 0.16.1.
46   + Recommended.
47     Needed if you use modules which make use of internationalization (many do).
48   + Homepage:
49     http://www.gnu.org/software/gettext/
50   + Download:
51     http://ftp.gnu.org/gnu/gettext/
52     ftp://ftp.gnu.org/gnu/gettext/
53
54 * GNU bison 2.0 or newer.
55   + Recommended.
56     Needed if you use the 'getdate' module.
57   + Homepage:
58     http://www.gnu.org/software/bison/
59   + Download:
60     http://ftp.gnu.org/gnu/bison/
61     ftp://ftp.gnu.org/gnu/bison/
62
63 * GNU gperf 3.0.1 or newer.
64   + Recommended.
65     Needed if you use the 'iconv_open' module.
66   + Homepage:
67     http://www.gnu.org/software/gperf/
68   + Download:
69     http://ftp.gnu.org/gnu/gperf/
70     ftp://ftp.gnu.org/gnu/gperf/
71
72 * GNU texinfo 4.2 or newer.
73   + Recommended.
74     Needed if you use modules that include documentation.
75   + Homepage:
76     http://www.gnu.org/software/texinfo/
77   + Download:
78     http://ftp.gnu.org/gnu/texinfo/
79     ftp://ftp.gnu.org/gnu/texinfo/
80
81 * GNU sed
82   + Recommended.
83     Needed on platforms where the vendor's 'sed' program is too buggy.
84   + Homepage:
85     http://www.gnu.org/software/sed/
86   + Download:
87     http://ftp.gnu.org/gnu/sed/
88     ftp://ftp.gnu.org/gnu/sed/
89
90 * GNU libtool 1.5.22 or newer.
91   + Optional.
92     Needed if you want to invoke gnulib-tool with option --libtool.
93   + Homepage:
94     http://www.gnu.org/software/libtool/
95   + Download:
96     http://ftp.gnu.org/gnu/libtool/
97     ftp://ftp.gnu.org/gnu/libtool/