Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ The most up-to-date instructions are in the
Precompiled packages are uploaded

- to the [Release page](https://github.com/sccn/liblsl/releases)
- the [Anaconda cloud](https://anaconda.org/conda-force/liblsl), install with `conda install -c conda-forge liblsl`
- the [Anaconda cloud](https://anaconda.org/conda-forge/liblsl), install with `conda install -c conda-forge liblsl`

To compile the library yourself from source please follow the [online documentation](https://labstreaminglayer.readthedocs.io/dev/lib_dev.html).
liblsl is also available via the following package managers:

- [vcpkg](https://vcpkg.io)
- [Conan](https://conan.io/center/liblsl)

To compile the library yourself from source,
please follow the [online documentation](https://labstreaminglayer.readthedocs.io/dev/lib_dev.html).

For single board computers running linux, you can also try
`standalone_compilation_linux.sh`.
Expand Down