Skip to content

Commit c2d6be2

Browse files
authored
Merge pull request #7 from equipez/zaikunzhang-patch-1
Improve README.md
2 parents 1eb0f20 + 4985c61 commit c2d6be2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Before starting, clone this repository. Then do the following according to your
2424

2525
- Install Xcode with Clang
2626
- In MATLAB, change the directory to the folder of the repository, run
27-
```
27+
```matlab
2828
try_mex_setup('C')
2929
```
3030
3131
- Fortran
3232
3333
- Install Xcode with Clang
3434
- 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
3636
sudo bash install_oneapi_macos.sh
3737
```
3838
- In MATLAB, change the directory to the folder of the repository, run
39-
```
39+
```matlab
4040
try_mex_setup('Fortran')
4141
```
4242
@@ -46,19 +46,19 @@ Before starting, clone this repository. Then do the following according to your
4646
4747
- Install Microsoft Visual Studio with the "Desktop development with C++" workload
4848
- In MATLAB, change the directory to the folder of the repository, run
49-
```
49+
```matlab
5050
try_mex_setup('C')
5151
```
5252
5353
- Fortran
5454
5555
- Install Microsoft Visual Studio with the "Desktop development with C++" workload
5656
- 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
5858
install_oneapi_windows.bat
5959
```
6060
- In MATLAB, change the directory to the folder of the repository, run
61-
```
61+
```matlab
6262
try_mex_setup('Fortran')
6363
```
6464

0 commit comments

Comments
 (0)