labstreaminglayer / App-Input

Input device (mouse/keyboard) connector app for Windows
MIT License
12 stars 1 forks source link

how to build this project? #2

Closed arhampk09 closed 3 years ago

arhampk09 commented 3 years ago

please give some instructions to build this project using vs code or visual studio

tstenner commented 3 years ago

The build script is in CMakeLists.txt, you can open it natively in Visual Studio. You also need to supply a path to a precompiled liblsl, the documentation explains it a bit better than I could.

In case you just want to use the input app, you can also download it directly from the releases page

arhampk09 commented 3 years ago

The build script is in CMakeLists.txt, you can open it natively in Visual Studio. You also need to supply a path to a precompiled liblsl, the documentation explains it a bit better than I could.

In case you just want to use the input app, you can also download it directly from the releases page

Thanks Dear