You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@ This is the MATLAB interface for liblsl.
3
3
* You need to add this directory to your MATLAB path recursively
4
4
* Using the MATLAB GUI, use File/Set Path...
5
5
* Alternatively, in a script, use `addpath(genpath('path/to/liblsl-Matlab'));`
6
-
* The bin/ directory needs to contain an up-to-date build of the library file for your MATLAB version.
7
-
* e.g. liblsl64.dll for 64-bit MATLAB on Windows.
6
+
* The `bin/` directory needs to contain an up-to-date build of the library file for your MATLAB version.
7
+
* see [here](https://github.com/sccn/labstreaminglayer/blob/master/doc/BUILD.md#note-about-architectures--binaries) for more information which library you need
8
+
* download precompiled libraries from the [liblsl release page](https://github.com/sccn/liblsl/releases)
9
+
* e.g. `liblsl64.dll` for 64-bit MATLAB on Windows.
8
10
* e.g. `liblsl64.dylib` and `liblsl64.1.4.0.dylib` for 64-bit MATLAB on MacOS.
9
11
* e.g. `liblsl64.so` and `liblsl64.so.1.4.0` for 64-bit MATLAB in Linux
10
12
* Once this taken care of, see the example files in the examples/ directory for how to use this interface in a MATLAB program.
0 commit comments