From 5e19007cc5077ce5b5ec98f34619a740c4d37d87 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 30 Dec 2013 12:33:28 +0100 Subject: [PATCH] README: update mac build for bison fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 228cd043c..8ac993107 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Configure and make: - Install the following brews: - ```brew install automake``` - ```brew install gsl``` + - ```brew install bison``` - ```brew install boost``` - ```brew install gfortran``` - ```brew install matlab2tikz --HEAD``` @@ -272,5 +273,5 @@ Configure and make: - **(On OS X 10.7 Only)** Copy [FlexLexer.h](http://www.dynare.org/DynareWiki/BuildingDynareFromSource?action=AttachFile&do=view&target=FlexLexer.h) into the `preprocessor` directory (there was an error in the `FlexLexer.h` file distributed with 10.7) - Finally, switch to the root dynare directory. Ensure your path contains `/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/usr/local/sbin`. Run: - `autoconf -si` - - `./configure --with-matlab=/Applications/MATLAB_R2013a.app MATLAB_VERSION=8.1` for builds with Matlab or `./configure` for builds just using Octave + - `./configure --with-matlab=/Applications/MATLAB_R2013a.app MATLAB_VERSION=8.1 YACC=/usr/local/Cellar/bison/<>/bin/bison` - `make`