From e0a9f17bbae0ca01b2246b601a2524e8d7457a99 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 5 Mar 2013 00:06:22 +0100 Subject: [PATCH] README: Added a note about flex/bison. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index e7054c9..56dde37 100644 --- a/README +++ b/README @@ -19,6 +19,10 @@ Prerequisites * A build environment: autotools, libtool, C compiler, ... + * When building from Git, you also need the flex lexical analyzer generator + and bison parser generator (other lex and yacc compatible tools might work + as well if you are lucky). + * A POSIX + Single UNIX Specification compatible C library. * asciidoc, xsltproc, xmlto: -- 2.30.2