Skip to content

Commit 4b1a76b

Browse files
committed
Update DEPENDENCIES.
1 parent e5fd60b commit 4b1a76b

File tree

2 files changed

+82
-1
lines changed

2 files changed

+82
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2021-02-28 Bruno Haible <bruno@clisp.org>
2+
3+
Update DEPENDENCIES.
4+
* DEPENDENCIES: List the normal dependencies of a package with an
5+
Autoconf-generated configure file.
6+
17
2021-02-07 Bruno Haible <bruno@clisp.org>
28

39
Support creating shared libraries on MidnightBSD.

DEPENDENCIES

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
No packages need to be installed before GNU libiconv is installed.
1+
The following packages should be installed before GNU libiconv is installed
2+
(runtime dependencies that are also build dependencies):
3+
4+
None.
5+
6+
7+
The following packages should be installed when GNU libiconv is installed
8+
(runtime dependencies, but not build dependencies):
9+
10+
None.
11+
12+
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):
16+
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/
24+
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/
33+
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/
41+
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/
53+
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/
61+
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/
69+
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/

0 commit comments

Comments
 (0)