Skip to content

Commit 204e90e

Browse files
authored
Update README.md
1 parent d21eca4 commit 204e90e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
## What
88

99
This package provides scripts that attempt to facilitate setting up the
10-
[MATLAB MEX](https://www.mathworks.com/help/matlab/ref/mex.html), focusing on macOS or Windows.
10+
[MATLAB MEX](https://www.mathworks.com/help/matlab/ref/mex.html), focusing on macOS and Windows.
1111

1212
Note that MATLAB requires you to install a [supported (C or Fortran) compiler along with Xcode (on macOS with Intel chips)
1313
or Microsoft Visual Studio (on Windows)](https://www.mathworks.com/support/requirements/previous-releases.html).
1414
This package is **not** a hacking tool to circumvent these requirements,
1515
but a tool to help MATLAB recognize your compiler after these requirements are satisfied.
1616

17-
As of April 2024, we do not supprt Fortran setup on macOS with silicon chips, because MathWorks
18-
reauires the NAG Fortran compiler for such a set up, which is
17+
As of April 2024, we do not support Fortran setup on macOS with silicon chips, because MathWorks
18+
requires the NAG Fortran compiler for such a setup, which is
1919
not available for free.
2020

2121
For Fortran, this package provides scripts (`install_oneapi_macos.sh` for macOS with Intel chips and `install_oneapi_windows.bat` for Windows) to help

0 commit comments

Comments
 (0)