Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
dynare
Commits
8c6b24db
Verified
Commit
8c6b24db
authored
Mar 12, 2020
by
Sébastien Villemot
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: add trick for compiling on Windows filesystems which don’t have 8dot3 names
parent
d01846e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
No files found.
README.md
View file @
8c6b24db
...
...
@@ -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
...
...
Sébastien Villemot
@sebastien
mentioned in commit
184667b7
·
Mar 12, 2020
mentioned in commit
184667b7
mentioned in commit 184667b7cbfbe4e86b4efb882f2c3980d4f9ba1f
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment