sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependency issue

manyabansal opened this issue · comments

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

No such file or directory
#include<boost/version.hpp>
#include<loguru.hpp>

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?