... | @@ -37,7 +37,11 @@ Add `/Applications/Dynare/{version}/matlab/` to your Matlab path. You can do thi |
... | @@ -37,7 +37,11 @@ Add `/Applications/Dynare/{version}/matlab/` to your Matlab path. You can do thi |
|
### Octave setup
|
|
### Octave setup
|
|
|
|
|
|
1. Having installed Octave via Homebrew, open Octave by typing `octave` at the terminal prompt
|
|
1. Having installed Octave via Homebrew, open Octave by typing `octave` at the terminal prompt
|
|
2. At the Octave prompt, type: `addpath /usr/local/Cellar/dynare/{version}/lib/dynare/matlab` for the default setup. If you have a non-default setup, you can see what path to add by looking at the "Caveats" section of the output from `brew install dynare`.
|
|
2. At the Octave prompt, type:
|
|
|
|
```matlab
|
|
|
|
addpath /usr/local/opt/dynare/lib/dynare/matlab
|
|
|
|
```
|
|
|
|
`/usr/local/opt/dynare` is a symbolic link to `/usr/local/Cellar/dynare/{version}`. If you have a non-default setup, you can see what path to add by looking at the "Caveats" section of the output from `brew install dynare`.
|
|
|
|
|
|
## Dynare 4.3.3 - 4.4.2 on Mac OS X 10.6 or higher
|
|
## Dynare 4.3.3 - 4.4.2 on Mac OS X 10.6 or higher
|
|
|
|
|
... | | ... | |