sccn / liblsl

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

dependency issue #209

Closed manyabansal closed 3 months ago

manyabansal commented 3 months ago

Upon compiling an example code on PlatformIO, I'm getting the following error:

No such file or directory

include<boost/version.hpp>

include

I saw the folder named "lslboost" and it shows that the final commit to it named "update lslboost" was a failure. Do I have to install them individually and add them into my project?