From abe8bee683ea38f5f5971b9d0cc3aea163f5039b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 6 Nov 2018 16:50:38 +0100 Subject: [PATCH] Bump required version for Bison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa0b425f..89d853a57 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ A number of tools and libraries are needed in order to recompile everything. You - MATLAB (if you want to compile MEX for MATLAB) - [GNU Octave](http://www.octave.org), with the development headers (if you want to compile MEX for Octave) - [Boost libraries](http://www.boost.org), version 1.36 or later (with the filesystem library compiled) -- [Bison](http://www.gnu.org/software/bison/), version 2.5 or later (only if you get the source through Git) +- [Bison](http://www.gnu.org/software/bison/), version 3.0 or later (only if you get the source through Git) - [Flex](http://flex.sourceforge.net/), version 2.5.4 or later (only if you get the source through Git) - [Autoconf](http://www.gnu.org/software/autoconf/), version 2.62 or later (only if you get the source through Git) (see [Installing an updated version of Autoconf in your own directory, in GNU/Linux](http://www.dynare.org/DynareWiki/AutoMake)) - [Automake](http://www.gnu.org/software/automake/), version 1.11.2 or later (only if you get the source through Git) (see [Installing an updated version of AutoMake in your own directory, in GNU/Linux](http://www.dynare.org/DynareWiki/AutoMake)) -- GitLab