sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
108 stars 63 forks source link

Provide Conan package via ConanCenter #111

Open chausner opened 3 years ago

chausner commented 3 years ago

Conan is a popular C++ package manager. It would be great if LSL is made available on ConanCenter, the main repository for packages. You can find instructions on how to get the library on ConanCenter at https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md.

tstenner commented 3 years ago

This should part of the discussion in #110. I don't use Conan, but I'm happy to help with any changes the build system needs.

chausner commented 2 years ago

A while ago, I created a Conan recipe and submitted a draft PR to conan-center-index: https://github.com/conan-io/conan-center-index/pull/8435. It has been closed due to inactivity since I was waiting for a new stable version of liblsl to be released. Once 1.16.0 is released, I'll reopen a PR to get the library into Conan Center. In the meantime, anyone looking for a Conan recipe can use the one in the draft PR.