Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Nov 30, 2022
1 parent dc3bf55 commit 074e83d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
| :exclamation: This package cannot be used with MATLAB 2022a/2022b because these versions are currently incompatible with [MATLAB.jl](https://github.com/JuliaInterop/MATLAB.jl). |
|-----------------------------------------|

| :exclamation: This project does not currently support Julia 1.8. We therefore recommend using Julia 1.6. |
|-----------------------------------------|

`Mex.jl` requires MATLAB and Julia along with a C++ compiler configured to work with MATLAB's `mex` command, the last is required for building the `mexjulia` MEX function. You can check that a compiler is properly configured by executing:

```
Expand All @@ -19,8 +22,6 @@

from the MATLAB command prompt.

***NOTE:** This project does not currently support Julia 1.8. There currently appears to be an error when loading this package in Julia.

## Installation

First ensure that the [MATLAB.jl](https://github.com/JuliaInterop/MATLAB.jl) Julia package can be properly installed.
Expand Down

0 comments on commit 074e83d

Please sign in to comment.