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

README.md: add trick for compiling on Windows filesystems which don’t have 8dot3 names

(cherry picked from commit 8c6b24db)
parent 5b16303c
Branches
Tags
No related merge requests found
......@@ -284,7 +284,10 @@ autoreconf -si
```
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/…`.
to use something like `/c/Progra~1/MATLAB/…`. Alternatively, if your filesystem
does not have short filenames (8dot3), then you can run `mkdir -p
/usr/local/MATLAB && mount c:/Program\ Files/MATLAB /usr/local/MATLAB`, and
then pass `/usr/local/MATLAB/…` as MATLAB path to the configure script.
- Compile:
```
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment