Skip to content

Commit

Permalink
Merge pull request #7 from equipez/zaikunzhang-patch-1
Browse files Browse the repository at this point in the history
Improve README.md
  • Loading branch information
zaikunzhang committed Apr 17, 2023
2 parents 1eb0f20 + 4985c61 commit c2d6be2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ Before starting, clone this repository. Then do the following according to your

- Install Xcode with Clang
- In MATLAB, change the directory to the folder of the repository, run
```
```matlab
try_mex_setup('C')
```

- Fortran

- Install Xcode with Clang
- 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
```
```bash
sudo bash install_oneapi_macos.sh
```
- In MATLAB, change the directory to the folder of the repository, run
```
```matlab
try_mex_setup('Fortran')
```

Expand All @@ -46,19 +46,19 @@ Before starting, clone this repository. Then do the following according to your

- Install Microsoft Visual Studio with the "Desktop development with C++" workload
- In MATLAB, change the directory to the folder of the repository, run
```
```matlab
try_mex_setup('C')
```

- Fortran

- Install Microsoft Visual Studio with the "Desktop development with C++" workload
- 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
```
```bash
install_oneapi_windows.bat
```
- In MATLAB, change the directory to the folder of the repository, run
```
```matlab
try_mex_setup('Fortran')
```

Expand Down

0 comments on commit c2d6be2

Please sign in to comment.