uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.29k stars 267 forks source link

uv.h is missing #113

Closed sadeghitk closed 4 years ago

sadeghitk commented 4 years ago

Hi, Compiling under win10, using VS2017. The file "uv.h" is missing. It is refered in "libuv.h",

uSockets-master\src\internal\eventing\libuv.h

Thanks,

ghost commented 4 years ago

uv.h is part of libuv you need to link to and include it

sadeghitk commented 4 years ago

U mean "https://github.com/libuv/libuv" ? Thanks,

sadeghitk commented 4 years ago

FYI VS2017 (VS2015 & VS201) with CMake option will create the various lib's. It is very straightforward. https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2017