win32 libuv build notes
This commit is contained in:
parent
ec81fd460b
commit
900204e3af
1 changed files with 9 additions and 0 deletions
|
@ -137,6 +137,15 @@ Building on Windows (Visual Studio)
|
||||||
4. Now you should have a generated Visual Studio Solution in your
|
4. Now you should have a generated Visual Studio Solution in your
|
||||||
`<path to src>/build` directory, which can be used to build.
|
`<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)
|
Building on Windows (MinGW)
|
||||||
---------------------------
|
---------------------------
|
||||||
1. Install MinGW: http://sourceforge.net/projects/mingw/files
|
1. Install MinGW: http://sourceforge.net/projects/mingw/files
|
||||||
|
|
Loading…
Add table
Reference in a new issue