summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-30 19:03:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-30 19:03:23 +0200
commit7f46305c0aa9963be7b87489d52876916c8643e0 (patch)
treed54bd4030d9ce79e3bda493f19ac48038b55430d /README
parent01f827482883432131c465a8e7c2586b18cbb167 (diff)
fix tool dependency list add preliminary rpm backend support
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 6922cd085..c7c09f684 100644
--- a/README
+++ b/README
@@ -16,9 +16,6 @@ Before you can start you need to install some tools:
- bzip2
- cpio
- wget
-- flex
-- bison
-- gperf
- file
- unzip
- autoconf
@@ -26,6 +23,7 @@ Before you can start you need to install some tools:
- zlib-dev / libz-dev
- libncurses5-dev
- libc-dev
+- perl
There is a check for the required versions of these tools in advance, though
(to re-issue the checks, use "make prereq").