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