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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is the MATLAB interface for liblsl.
6
6
* Using the MATLAB GUI, use File/Set Path...
7
7
* Alternatively, in a script, use `addpath(genpath('path/to/liblsl-Matlab'));`
8
8
* The `bin/` directory needs to contain an up-to-date build of the library file for your MATLAB version.
9
-
* see [here](https://github.com/sccn/labstreaminglayer/blob/master/doc/BUILD.md#note-about-architectures--binaries) for more information about which library you need
9
+
* see [here](https://labstreaminglayer.readthedocs.io/info/faqs.html#binaries) for more information about which library you need
10
10
* download precompiled libraries from the [liblsl release page](https://github.com/sccn/liblsl/releases)
11
11
* e.g. `liblsl64.dll` for 64-bit MATLAB on Windows. (Note: Next LSL releases will change these to `lsl.dll`)
12
12
* e.g. `liblsl64.dylib` and `liblsl64.1.4.0.dylib` for 64-bit MATLAB on MacOS.
0 commit comments