@@ -287,27 +287,39 @@ After this, prepare the source and configure the build tree as described for Lin
...
@@ -287,27 +287,39 @@ After this, prepare the source and configure the build tree as described for Lin
## macOS
## macOS
To simply use a snapshot of Dynare, you can either use the [snapshot
To simply use a snapshot of Dynare, you have two choices. On Matlab, you can
build](http://www.dynare.org/snapshot/macosx/) if you're using Dynare with
use the [snapshot build](http://www.dynare.org/snapshot/macosx/) provided by
Matlab. If you're using Dynare with Octave, you can simply install
Dynare. On Octave, you can simply install [Homebrew](https://brew.sh/) and run
[Homebrew](https://brew.sh/) and run ```brew install dynare --HEAD```.
```brew install dynare --HEAD``` (See the Install Dynare (unstable) section of
[this webpage](http://www.dynare.org/DynareWiki/InstallOnMacOSX) for more
details).
If you do not wish to use the snapshots provided by Dynare or Homebrew, follow
If you do not wish to use the snapshots provided by Dynare or Homebrew, follow
the directions below to build Dynare on your local machine
the directions below to build Dynare on your local machine.
Preparatory work:
- Install the Xcode Command Line Tools:
- Install the Xcode Command Line Tools:
- Download "Command Line Tools (OS X 10.X) for Xcode," where 10.X corresponds to your OS X version, from https://developer.apple.com/downloads/index.action
- Open Terminal.app and type `xcode-select --install`
- Install [Homebrew](https://brew.sh/) by following the instructions on the website
- Install [Homebrew](https://brew.sh/) by following the instructions on their website
- The following commands should be issued in Terminal.app
The following commands will install the programs that Dynare needs to
compile. They should be entered at the command prompt in Terminal.app.