File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
This package provides scripts that attempt to facilitate setting up the
10
10
[ MATLAB MEX] ( https://www.mathworks.com/help/matlab/ref/mex.html ) , focusing on macOS or Windows.
11
11
12
- Note that MATLAB requires you to install a [ supported (C or Fortran) compiler along with Xcode (on macOS)
12
+ Note that MATLAB requires you to install a [ supported (C or Fortran) compiler along with Xcode (on macOS with Intel chips )
13
13
or Microsoft Visual Studio (on Windows)] ( https://www.mathworks.com/support/requirements/previous-releases.html ) .
14
14
This package is ** not** a hacking tool to circumvent these requirements,
15
15
but a tool to help MATLAB recognize your compiler after these requirements are satisfied.
@@ -33,7 +33,7 @@ of MathWorks about ["how to set up MEX"](https://www.mathworks.com/help/matlab/r
33
33
34
34
Before starting, clone this repository. Then do the following according to your system (macOS or Windows) and your need (C or Fortran).
35
35
36
- ### macOS
36
+ ### macOS with Intel chips
37
37
38
38
- C
39
39
You can’t perform that action at this time.
0 commit comments