Switch to automake 1.17.
[libiconv.git] / DEPENDENCIES
blob748fb83eafc8f180a3b584a715de8b9750a4628c
1 The following packages should be installed before GNU libiconv is installed
2 (runtime dependencies that are also build dependencies):
4 None.
7 The following packages should be installed when GNU libiconv is installed
8 (runtime dependencies, but not build dependencies):
10 None.
13 The following should be installed when GNU libiconv is built, but are not
14 needed later, once it is installed (build dependencies, but not runtime
15 dependencies):
17 * A C runtime, compiler, linker, etc.
18   + Mandatory.
19     Either the platform's native 'cc', or GCC 3.1 or newer.
20   + GCC Homepage:
21     https://gcc.gnu.org/
22   + Download:
23     https://ftp.gnu.org/gnu/gcc/
25 * A 'make' utility.
26   + Mandatory.
27     Either the platform's native 'make' (for in-tree builds only),
28     or GNU Make 3.79.1 or newer.
29   + GNU Make Homepage:
30     https://www.gnu.org/software/make/
31   + Download:
32     https://ftp.gnu.org/gnu/make/
34 * A shell
35   + Mandatory.
36     Either the platform's native 'sh', or Bash.
37   + Homepage:
38     https://www.gnu.org/software/bash/
39   + Download:
40     https://ftp.gnu.org/gnu/bash/
42 * Core POSIX utilities, including:
43     [ basename cat chgrp chmod chown cp dd echo expand expr
44     false hostname install kill ln ls md5sum mkdir mkfifo
45     mknod mv printenv pwd rm rmdir sleep sort tee test touch
46     true uname
47   + Mandatory.
48     Either the platform's native utilities, or GNU coreutils.
49   + Homepage:
50     https://www.gnu.org/software/coreutils/
51   + Download:
52     https://ftp.gnu.org/gnu/coreutils/
54 * The comparison utilities 'cmp' and 'diff'.
55   + Mandatory.
56     Either the platform's native utilities, or GNU diffutils.
57   + Homepage:
58     https://www.gnu.org/software/diffutils/
59   + Download:
60     https://ftp.gnu.org/gnu/diffutils/
62 * Grep.
63   + Mandatory.
64     Either the platform's native grep, or GNU grep.
65   + Homepage:
66     https://www.gnu.org/software/grep/
67   + Download:
68     https://ftp.gnu.org/gnu/grep/
70 * Awk.
71   + Mandatory.
72     Either the platform's native awk, mawk, or nawk, or GNU awk.
73   + Homepage:
74     https://www.gnu.org/software/gawk/
75   + Download:
76     https://ftp.gnu.org/gnu/gawk/