Skip to content

Commit 1fd8183

Browse files
committed
Docs: Update readme
1 parent dfd4bc0 commit 1fd8183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ This is the MATLAB interface for liblsl.
1212
### Troubleshooting
1313

1414
If you get an error similar to `lsl_loadlib_ undefined`, then you may need to run the `build_mex.m` script from within the liblsl-Matlab directory.
15+
(From the command line: `matlab -nodesktop -nosplash -r 'build_mex'`)
1516

1617
On MacOS, you may still get an error similar to `Invalid MEX-file [...] lsl_loadlib_.mexmaci64; Reason: image not found.`. To fix this run the following command in a Terminal window from within the liblsl-Matlab directory: `install_name_tool -add_rpath "@loader_path/" bin/lsl_loadlib_.mexmaci64`

0 commit comments

Comments
 (0)