Minimum bison version is now 2.7

[skip ci]
This commit is contained in:
Alejandro Martinez
2022-10-30 12:13:43 -03:00
parent 67352f6dc2
commit 1941b9af7f
2 changed files with 4 additions and 3 deletions

View File

@@ -3,9 +3,10 @@ Manager to install dependencies, including Qt and GSL, on Travis-ci
macOS Mojave build environment. macOS Mojave build environment.
You can check the travis/osx folder for the complete and updated build scripts, You can check the travis/osx folder for the complete and updated build scripts,
the minimum Qt version known to work is 5.13 with Qt WebEngine and Qt Charts. the minimum Qt version known to work is 5.13 with Qt WebEngine and Qt Charts.
GSL - GNU Scientific Library is a mandatory dependency starting with v3.6 GSL - GNU Scientific Library is a mandatory dependency starting with v3.6 and
minimum bison version is 2.7, both can be installed using Homebrew.
Ale Martinez - Jul, 2022 Ale Martinez - Oct, 2022
+++++++++++++++++++++++ +++++++++++++++++++++++
MAC OSX BUILD WALKTHROUGH MAC OSX BUILD WALKTHROUGH

View File

@@ -23,7 +23,7 @@
// enable multiple grammars in a single executable you // enable multiple grammars in a single executable you
// should make sure you use the very latest bison since it // should make sure you use the very latest bison since it
// has been known to be problematic in the past. It is // has been known to be problematic in the past. It is
// know to work well with bison v2.4.1. // know to work well with bison v2.7.
// //
// To make the grammar readable I have placed the code // To make the grammar readable I have placed the code
// for each nterm at column 40, this source file is best // for each nterm at column 40, this source file is best