fix README.md display for mac os x

time-shift
Houtan Bastani 2013-12-30 11:19:06 +01:00
parent 75dd01421f
commit f0eefd9821
1 changed files with 10 additions and 14 deletions

View File

@ -257,22 +257,18 @@ Configure and make:
- Install [Homebrew](http://mxcl.github.io/homebrew/) and [Homebrew Science](https://github.com/Homebrew/homebrew-science)
- Install the following brews:
```
brew install automake
brew install gsl
brew install boost
brew install gfortran
brew install matlab2tikz --HEAD
brew install libmatio --with-hdf5
brew install slicot --with-default-integer-8
```
- ```brew install automake```
- ```brew install gsl```
- ```brew install boost```
- ```brew install gfortran```
- ```brew install matlab2tikz --HEAD```
- ```brew install libmatio --with-hdf5```
- ```brew install slicot --with-default-integer-8```
- **(Optional)** To compile Dynare mex files for use on Octave, first install Octave following the [Simple Installation Instructions](http://wiki.octave.org/Octave_for_MacOS_X#Simple_Installation_Instructions_3). Then, you will probably also want to install graphicsmagick via Homebrew with `brew install graphicsmagick`.
- **(Optional)** To compile Dynare's documentation, first install the latest version of [MacTeX](http://www.tug.org/mactex/). Then install `doxygen`, `latex2html` and `texi2html` via Homebrew with the following commands:
```
brew install doxygen
brew install latex2html
brew install texi2html
```
- ```brew install doxygen```
- ```brew install latex2html```
- ```brew install texi2html```
- **(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`