From 900204e3afc74b882f70353ae38cb6e50841c2a4 Mon Sep 17 00:00:00 2001 From: Meir Yanovich Date: Tue, 5 Apr 2016 19:51:43 +0800 Subject: [PATCH] win32 libuv build notes --- README.build.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.build.md b/README.build.md index 95a28e0ff..b188a59ff 100644 --- a/README.build.md +++ b/README.build.md @@ -137,6 +137,15 @@ Building on Windows (Visual Studio) 4. Now you should have a generated Visual Studio Solution in your `/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