Skip to content
Snippets Groups Projects
Verified Commit 5db298b8 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

README.md: fix compilation instructions under MSYS2

For some reason, the path expected by the -B option of gfortran should now
be in Windows format (i.e. begin with the drive letter).

[skip ci]

(cherry picked from commit d8e28375)
parent 36b7b51f
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ cd dynare
```
- Configure Dynare from the source directory:
```sh
meson setup -Dmatlab_path=<…> --buildtype=debugoptimized --prefer-static -Dfortran_args="['-B','/usr/local/lib']" build-matlab
meson setup -Dmatlab_path=<…> --buildtype=debugoptimized --prefer-static -Dfortran_args="['-B','C:/msys64/usr/local/lib']" build-matlab
```
where the path of MATLAB is specified. Note that you should use
the MSYS2 notation and not put spaces in the MATLAB path, so you probably want
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment