From 7fd5f4bd6d7af3389df636b5353ab91838d6831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 8 Nov 2018 13:00:43 +0100 Subject: [PATCH] Fix for MATLAB location in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c21f27157..907fb0aa7 100644 --- a/README.md +++ b/README.md @@ -281,8 +281,9 @@ autoreconf -si ``` ./configure --with-boost-system=boost_system-mt --with-boost-filesystem=boost_filesystem-mt --with-slicot=/usr/local --with-matlab=<…> MATLAB_VERSION=<…> --disable-octave ``` -where the path and version of MATLAB are specified. Note that you should not -put spaces in the MATLAB path, so you probably want to use something like `C:\Progra~1\MATLAB\…`. +where the path and version of MATLAB are specified. Note that you should use +the MSYS2 notation and not put spaces in the MATLAB path, so you probably want +to use something like `/c/Progra~1/MATLAB/…`. - Compile: ``` make -- GitLab