ReadMe.Compiling: specify Bison 2.4 as the minimum.

This is the version that comes with Haiku. According to John Scipione,
2.3 doesn't work, so this must be the minimum.
This commit is contained in:
Augustin Cavalier 2015-06-22 10:51:09 -04:00
parent a558d18527
commit e37802d3db
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ nightly builds.
* `ssh` (for developers with commit access)
* `gcc`/`g++` and binutils (`as`, `ld`, etc., required by GCC)
* (GNU) `make`
* `bison`
* `bison` (2.4 or better)
* `flex` and `lex` (usually a mini shell script invoking `flex`)
* `makeinfo` (part of `texinfo`, only needed for building GCC 4)
* `autoheader` (part of `autoconf`, needed for building GCC)