diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-08 13:21:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-08 13:21:40 +0100 |
commit | a0249a3c721b76c0b0e07062d6ec7735b1105f1d (patch) | |
tree | a39b7c2e64e1d62d421cdfb60af52aff47c3f863 /README | |
parent | a1b573dff0e1924961f3caf823a5fc1de998f643 (diff) |
add GNU find as dependency, add wrapper for Darwin
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"). |