You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a `build` folder inside the libwebsockets source folder
198
+
* Set paths in CMake GUI to your source & build folders
199
+
* Click Configure
200
+
* Select `Visual Studio 14 2015 Win64` from dropdown, and leave default setting of `Use default native compilers`
201
+
* Click Finish
202
+
* Click Generate
203
+
* Open `build\libwebsockets.sln` from your source folder
204
+
* Compile the `ALL_BUILD` project in Debug and Release modes
205
+
* Copy `websockets_static.lib` and `ZLIB.lib` from `build\lib\[Debug|Release\]` into the proper locations in ofxLibwebsockets. You don't need `websockets.lib` or `websockets.exp`
0 commit comments