You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ Before starting, clone this repository. Then do the following according to your
24
24
25
25
- Install Xcode with Clang
26
26
- In MATLAB, change the directory to the folder of the repository, run
27
-
```
27
+
```matlab
28
28
try_mex_setup('C')
29
29
```
30
30
31
31
- Fortran
32
32
33
33
- Install Xcode with Clang
34
34
- In [terminal](https://support.apple.com/en-hk/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac), change the directory to the folder of the repository, run
35
-
```
35
+
```bash
36
36
sudo bash install_oneapi_macos.sh
37
37
```
38
38
- In MATLAB, change the directory to the folder of the repository, run
39
-
```
39
+
```matlab
40
40
try_mex_setup('Fortran')
41
41
```
42
42
@@ -46,19 +46,19 @@ Before starting, clone this repository. Then do the following according to your
46
46
47
47
- Install Microsoft Visual Studio with the "Desktop development with C++" workload
48
48
- In MATLAB, change the directory to the folder of the repository, run
49
-
```
49
+
```matlab
50
50
try_mex_setup('C')
51
51
```
52
52
53
53
- Fortran
54
54
55
55
- Install Microsoft Visual Studio with the "Desktop development with C++" workload
56
56
- In [**cmd**](https://en.wikipedia.org/wiki/Cmd.exe) (not [PowerShell](https://en.wikipedia.org/wiki/PowerShell)), change the directory to the folder of the repository, run
57
-
```
57
+
```bash
58
58
install_oneapi_windows.bat
59
59
```
60
60
- In MATLAB, change the directory to the folder of the repository, run
0 commit comments