Build for Windows 64bit - issue with libwebsockets
roelvz opened this issue · 1 comments
roelvz commented
I'm trying to build for 64bit Windows, but ran into trouble with the libwebsockets library.
I couldn't find websockets_static.lib for 64bit, so I compiled it myself from the latest source (v3.0.1). It looks like a lot has changed to this library, so I don't think I can simply use the latest version. Do you know the original version of libwebsockets that was used in this project?
BelleNottelling commented
I believe you can use versions pre V2, but the original I think was a little below V1