From 074e83d0091bc458681e908d64b028dbef403566 Mon Sep 17 00:00:00 2001 From: Taylor McDonnell Date: Tue, 29 Nov 2022 17:02:17 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5626c..361def0 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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.