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
- to the [Release page](https://github.com/sccn/liblsl/releases)
22
+
- the [Anaconda cloud](https://anaconda.org/tstenner/liblsl)
23
+
19
24
To compile the library yourself from source please follow the [online documentation](https://labstreaminglayer.readthedocs.io/dev/lib_dev.html).
20
-
NOTE: The documentation is in the middle of migrating to this location. If it's not there yet, also check [here](https://labstreaminglayer.readthedocs.io/dev/build.html),
21
-
and [Matthew's instructions here](https://github.com/sccn/liblsl/blob/master/BUILD.md).
22
25
23
26
For single board computers running linux, you can also try
24
27
`standalone_compilation_linux.sh`.
@@ -29,21 +32,16 @@ To build language bindings (e.g. for
29
32
the [corresponding directory in the main repository](https://github.com/sccn/labstreaminglayer/tree/master/LSL).
30
33
31
34
You might also be interested in
32
-
[apps to connect recording equipment](https://labstreaminglayer.readthedocs.io/info/supported_devices.html)
33
-
and the [LabRecorder](https://github.com/labstreaminglayer/App-LabRecorder).
34
-
35
-
Precompiled packages are uploaded
35
+
[apps to connect to recording equipment](https://labstreaminglayer.readthedocs.io/info/supported_devices.html)
36
+
and the [LabRecorder](https://github.com/labstreaminglayer/App-LabRecorder) to record streams to disk.
36
37
37
-
- to the [Release page](https://github.com/sccn/liblsl/releases)
38
-
- the [Anaconda cloud](https://anaconda.org/tstenner/liblsl)
39
38
40
39
## Boost
41
40
42
-
liblsl uses boost (mainly Boost.ASIO and Boost.Thread) extensively.
43
-
Because Windows has timing problems with newer Boost versions and embedding liblsl
44
-
in an application that links to an other Boost version (notably Matlab) causes runtime
45
-
errors, we bundle a subset of boost in
46
-
`lslboost` (with patches to fix the timing behavior on Windows).
0 commit comments