Skip to content

Commit 19419e1

Browse files
authored
Add note to README.md about package managers
1 parent 5eded5c commit 19419e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Precompiled packages are uploaded
2222
- to the [Release page](https://github.com/sccn/liblsl/releases)
2323
- the [Anaconda cloud](https://anaconda.org/conda-force/liblsl), install with `conda install -c conda-forge liblsl`
2424

25-
To compile the library yourself from source please follow the [online documentation](https://labstreaminglayer.readthedocs.io/dev/lib_dev.html).
25+
liblsl is also available via the following package managers:
26+
27+
- [vcpkg](https://vcpkg.io)
28+
- [Conan](https://conan.io/center/liblsl)
29+
30+
To compile the library yourself from source,
31+
please follow the [online documentation](https://labstreaminglayer.readthedocs.io/dev/lib_dev.html).
2632

2733
For single board computers running linux, you can also try
2834
`standalone_compilation_linux.sh`.

0 commit comments

Comments
 (0)