Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
7fd5f4bd
Verified
Commit
7fd5f4bd
authored
Nov 08, 2018
by
Sébastien Villemot
Browse files
Fix for MATLAB location in README
parent
9dfbb787
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7fd5f4bd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
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