Skip to content
Snippets Groups Projects
Verified Commit b29971cc authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Specify prefix when calling configure script.

parent 1f4c9d49
No related branches found
No related tags found
No related merge requests found
...@@ -496,7 +496,7 @@ You can also choose a specific version of Dynare by checking out the correspondi ...@@ -496,7 +496,7 @@ You can also choose a specific version of Dynare by checking out the correspondi
- Configure Dynare from the source directory: - Configure Dynare from the source directory:
```sh ```sh
arch -$ARCH ./configure CC=gcc-11 CXX=g++-11 CPPFLAGS=-I$BREWDIR/include LDFLAGS=-L$BREWDIR/lib LEX=$BREWDIR/opt/flex/bin/flex YACC=$BREWDIR/opt/bison/bin/bison --with-matlab=/Applications/MATLAB_R2022a.app arch -$ARCH ./configure CC=gcc-12 CXX=g++-12 CPPFLAGS=-I$BREWDIR/include --prefix=$BREWDIR LDFLAGS=-L$BREWDIR/lib LEX=$BREWDIR/opt/flex/bin/flex YACC=$BREWDIR/opt/bison/bin/bison --with-matlab=/Applications/MATLAB_R2022a.app
``` ```
where you need to adapt the path to MATLAB. If you don’t have MATLAB, simply replace `--with-matlab=<…>` by `--disable-matlab`. Check the output of the command whether Dynare is configured for building everything except the internal docs of Dynare and M2HTML. where you need to adapt the path to MATLAB. If you don’t have MATLAB, simply replace `--with-matlab=<…>` by `--disable-matlab`. Check the output of the command whether Dynare is configured for building everything except the internal docs of Dynare and M2HTML.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment