diff --git a/README.md b/README.md index 2a3304913e4488c771bbe625c642d6309f29f137..490eef9f42ef198c3bbbe30e3cbae1044c7390b1 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,13 @@ fullfile(matlabroot(), 'bin', computer('arch')) ``` ### Manually - ```bash export MATLAB_LIB_DIR="<MATLAB_PATH>" cargo build --release -mv target/release/libserial_bridge.dylib serialbridge.<EXT> ``` +After the build, your file will be available in the `target/release/` folder with the name `libserial_bridge.dylib` for mac systems and `serialbridge.dll` for windows systems. + +mv libserial_bridge.dylib serialbridge.<EXT> `<EXT>` is the extension of the library file (e.g. `mexa64` for Linux, `mexw64` for Windows, `mexmaci64` for macOS).