Skip to content

Commit 4af15a5

Browse files
authored
Add link to precompiled liblsl binaries to readme
1 parent 17c8990 commit 4af15a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ This is the MATLAB interface for liblsl.
33
* You need to add this directory to your MATLAB path recursively
44
* Using the MATLAB GUI, use File/Set Path...
55
* 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.
810
* e.g. `liblsl64.dylib` and `liblsl64.1.4.0.dylib` for 64-bit MATLAB on MacOS.
911
* e.g. `liblsl64.so` and `liblsl64.so.1.4.0` for 64-bit MATLAB in Linux
1012
* 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

Comments
 (0)