wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.02k forks source link

Installing on windows #268

Closed Dom-Cantrill closed 2 years ago

Dom-Cantrill commented 2 years ago

Are there any precompiled binaries for windows. I'm finding it very difficult to build the library on windows with the given instructions. Is there a simpler way to compile it.

wjwwood commented 2 years ago

Are there any precompiled binaries for windows.

No, unfortunately not.

I'm finding it very difficult to build the library on windows with the given instructions. Is there a simpler way to compile it.

Sorry, there is not. There is a VS project here: https://github.com/wjwwood/serial/tree/main/visual_studio but I don't know if it is still working.