Fix for MATLAB location in README

time-shift
Sébastien Villemot 2018-11-08 13:00:43 +01:00
parent 9dfbb787b3
commit 7fd5f4bd6d
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 3 additions and 2 deletions

View File

@ -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