1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

win32 libuv build notes

This commit is contained in:
Meir Yanovich 2016-04-05 19:19:46 +08:00 committed by Andy Green
parent d5ff4bf1bc
commit 2e15d0ad57

View file

@ -137,6 +137,15 @@ Building on Windows (Visual Studio)
4. Now you should have a generated Visual Studio Solution in your
`<path to src>/build` directory, which can be used to build.
5. Some additional deps may be needed
- iphlpapi.lib
- psapi.lib
- userenv.lib
6. If you're using libuv, you must make sure to compile libuv with the same multithread-dll / Mtd attributes as libwebsockets itself
Building on Windows (MinGW)
---------------------------
1. Install MinGW: http://sourceforge.net/projects/mingw/files