jsmpeg-vnc icon indicating copy to clipboard operation
jsmpeg-vnc copied to clipboard

Build for Windows 64bit - issue with libwebsockets

Open roelvz opened this issue 7 years ago • 1 comments

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?

roelvz avatar Oct 23 '18 12:10 roelvz

I believe you can use versions pre V2, but the original I think was a little below V1

BelleNottelling avatar Oct 24 '18 03:10 BelleNottelling