- download sourcelibuv source
- install python2.7,vs2015,git.
- case GFW, vcbuild.bat gyp git path modify.
@rem echo git clone https://chromium.googlesource.com/external/gyp build/gyp
@rem git clone https://chromium.googlesource.com/external/gyp build/gyp
echo git clone https://github.com/turbulenz/gyp build/gyp
git clone https://github.com/turbulenz/gyp build/gyp - run vcbuild.bat
- open uv.sln, set windows SDK version & platform toolset.
if build shared library: Configuration type : Dynamic Library(.dll)
F5 build.Additional Dependencies add:ws2_32.lib;IPHLPAPI.lib;Psapi.lib;Userenv.lib;