From e37802d3db05550ffb44e4015f2ad491494aef42 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 22 Jun 2015 10:51:09 -0400 Subject: [PATCH] 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. --- ReadMe.Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.Compiling.md b/ReadMe.Compiling.md index 7eb70cbcdd..d927a33a08 100644 --- a/ReadMe.Compiling.md +++ b/ReadMe.Compiling.md @@ -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)