mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Minimum bison version is now 2.7
[skip ci]
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user