verify: new macro 'assume'
[gnulib.git] / DEPENDENCIES
1 The following packages are needed by maintainers for using
2 'gnulib-tool'.  In general, Gnulib prefers the latest stable
3 version of each package, but in some cases it also supports
4 older versions; this caters to commonly-used software
5 distributions that may lag behind the latest stable package.
6 Support for older versions is not guaranteed, though, and
7 the version numbers in the following list may be incremented
8 at any time.
9
10 * A C runtime, compiler, linker, etc.
11   + Mandatory. Using the platform's native 'cc' gives good portability
12     exposure, but you can also use GCC 2.95 or newer.
13   + GCC Homepage:
14     http://gcc.gnu.org/
15   + Download:
16     http://ftp.gnu.org/gnu/gcc/
17     ftp://ftp.gnu.org/gnu/gcc/
18
19 * A 'make' utility.
20   + Mandatory. Using the platform's native 'make' gives good portability
21     exposure for in-tree builds, but VPATH builds require GNU Make 3.79.1 or
22     newer.
23   + GNU Make Homepage:
24     http://www.gnu.org/software/make/
25   + Download:
26     http://ftp.gnu.org/gnu/make/
27     ftp://ftp.gnu.org/gnu/make/
28
29 * GNU M4 1.4.5 or newer.
30   + 1.4.5 or newer is mandatory, but 1.4.9 or newer is recommended.
31   + Homepage:
32     http://www.gnu.org/software/m4/
33   + Download:
34     http://ftp.gnu.org/gnu/m4/
35     ftp://ftp.gnu.org/gnu/m4/
36
37 * Autoconf 2.59 or newer.
38   + Mandatory.
39   + Homepage:
40     http://www.gnu.org/software/autoconf/
41   + Download:
42     http://ftp.gnu.org/gnu/autoconf/
43     ftp://ftp.gnu.org/gnu/autoconf/
44
45 * Automake 1.9.6 or newer.
46   + Mandatory.
47   + Homepage:
48     http://www.gnu.org/software/automake/
49   + Download:
50     http://ftp.gnu.org/gnu/automake/
51     ftp://ftp.gnu.org/gnu/automake/
52
53 * A shell
54   + Mandatory. Using the platform's native 'sh' gives good portability
55     exposure, but you can also use Bash.
56   + Homepage:
57     http://www.gnu.org/software/bash/
58   + Download:
59     http://ftp.gnu.org/gnu/bash/
60     ftp://ftp.gnu.org/gnu/bash/
61
62 * Core POSIX utilities, including:
63     [ basename cat chgrp chmod chown cp dd echo expand expr
64     false hostname install kill ln ls md5sum mkdir mkfifo
65     mknod mv printenv pwd rm rmdir sleep sort tee test touch
66     true uname
67   + Mandatory. Using the platform's native utilities gives good portability
68     exposure, but you can also use GNU coreutils.
69   + Homepage:
70     http://www.gnu.org/software/coreutils/
71   + Download:
72     http://ftp.gnu.org/gnu/coreutils/
73     ftp://ftp.gnu.org/gnu/coreutils/
74
75 * The comparison utilities 'cmp' and 'diff'.
76   + Mandatory. Using the platform's native utilities gives good portability
77     exposure, but you can also use GNU diffutils.
78   + Homepage:
79     http://www.gnu.org/software/diffutils/
80   + Download:
81     http://ftp.gnu.org/gnu/diffutils/
82     ftp://ftp.gnu.org/gnu/diffutils/
83
84 * The patch utility 'patch'.
85   + Mandatory if you use gnulib-local diffs. Using the platform's native
86     utilities gives good portability exposure, but you can also use GNU
87     patch.
88   + Homepage:
89     http://www.gnu.org/software/patch/
90   + Download:
91     http://ftp.gnu.org/gnu/patch/
92     ftp://ftp.gnu.org/gnu/patch/
93
94 * Grep.
95   + Mandatory. Using the platform's native grep gives good portability
96     exposure, but you can also use GNU grep.
97   + Homepage:
98     http://www.gnu.org/software/grep/
99   + Download:
100     http://ftp.gnu.org/gnu/grep/
101     ftp://ftp.gnu.org/gnu/grep/
102
103 * GNU gettext.
104   + If your project wants to follow GNU Coding Standards:
105     + Always use the newest available gettext release, see
106       <http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html>.
107     + Use the 'gettext' module.
108   + If your project cares more about ease of development on older platforms:
109     + gettext 0.17 or newer.
110     + Use the 'gettext-h' module.
111   + Recommended.
112     Needed if you use modules that use internationalization (many do).
113   + Homepage:
114     http://www.gnu.org/software/gettext/
115   + Download:
116     http://ftp.gnu.org/gnu/gettext/
117     ftp://ftp.gnu.org/gnu/gettext/
118
119 * Bison 2.0 or newer.
120   + Recommended.
121     Needed if you use the 'parse-datetime' module.
122   + Homepage:
123     http://www.gnu.org/software/bison/
124   + Download:
125     http://ftp.gnu.org/gnu/bison/
126     ftp://ftp.gnu.org/gnu/bison/
127
128 * GNU gperf 3.0.1 or newer.
129   + Recommended.
130     Needed if you use the 'iconv_open' module.
131   + Homepage:
132     http://www.gnu.org/software/gperf/
133   + Download:
134     http://ftp.gnu.org/gnu/gperf/
135     ftp://ftp.gnu.org/gnu/gperf/
136
137 * Texinfo 4.6 or newer.
138   + Recommended.
139     Needed if you use modules that include documentation.
140   + Homepage:
141     http://www.gnu.org/software/texinfo/
142   + Download:
143     http://ftp.gnu.org/gnu/texinfo/
144     ftp://ftp.gnu.org/gnu/texinfo/
145
146 * GNU sed.
147   + Recommended.
148     Needed on platforms where the vendor's 'sed' program is too buggy.
149   + Homepage:
150     http://www.gnu.org/software/sed/
151   + Download:
152     http://ftp.gnu.org/gnu/sed/
153     ftp://ftp.gnu.org/gnu/sed/
154
155 * GNU libtool 1.5.22 or newer.
156   + Optional.
157     Needed if you want to invoke gnulib-tool with option --libtool.
158     libtool 2.2.x or newer is needed if you want to invoke gnulib-tool
159     with options --create-testdir/--test  and --libtool.
160   + Homepage:
161     http://www.gnu.org/software/libtool/
162   + Download:
163     http://ftp.gnu.org/gnu/libtool/
164     ftp://ftp.gnu.org/gnu/libtool/