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

Fix for MATLAB location in README

parent 9dfbb787
Branches
Tags
No related merge requests found
...@@ -281,8 +281,9 @@ autoreconf -si ...@@ -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 ./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 where the path and version of MATLAB are specified. Note that you should use
put spaces in the MATLAB path, so you probably want to use something like `C:\Progra~1\MATLAB\…`. the MSYS2 notation and not put spaces in the MATLAB path, so you probably want
to use something like `/c/Progra~1/MATLAB/…`.
- Compile: - Compile:
``` ```
make make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment