diff --git a/README.md b/README.md index f2cc1b6332969439eac6c28f9463725747e38589..b6b720d7d7b31e58e8c8e5e7aa326d9ce0387fab 100644 --- a/README.md +++ b/README.md @@ -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