summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-08 13:21:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-08 13:21:40 +0100
commita0249a3c721b76c0b0e07062d6ec7735b1105f1d (patch)
treea39b7c2e64e1d62d421cdfb60af52aff47c3f863 /README
parenta1b573dff0e1924961f3caf823a5fc1de998f643 (diff)
add GNU find as dependency, add wrapper for Darwin
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3e280c165..687950abd 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Before you can start you need to install some tools:
- GNU make
- GNU awk
- GNU sed
+- findutils (find, xargs)
- tar
- patch
- gzip
@@ -18,7 +19,6 @@ Before you can start you need to install some tools:
- ncurses5 headers
- zlib headers
- perl
-- xargs
There is a check for the required versions of these tools in advance, though.
(to re-issue the checks, use "make prereq").