robotconscience / ofxLibwebsockets

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Other
171 stars 68 forks source link

Add 64-bit requirment note to Readme #111

Closed EdwardDeaver closed 4 years ago

EdwardDeaver commented 4 years ago

On Windows ofxLibwebsockets projects will not compile when targeting x32 and will only compile when targeting x64. It causes issues with OpenSSL.

Please add a note: "On Windows projects must be compiled for 64-bit to run".

EdwardDeaver commented 4 years ago

@robotconscience Thank you