From: Sebastian Harl Date: Mon, 4 Mar 2013 23:06:22 +0000 (+0100) Subject: README: Added a note about flex/bison. X-Git-Tag: sysdb-0.1.0~438^2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=e0a9f17bbae0ca01b2246b601a2524e8d7457a99;ds=sidebyside README: Added a note about flex/bison. --- 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: