Getting LibCurl to work with Visual Studio 2013
A lot of these instructions are out of date because they recommend the win32-ssl-devel-msvc package for curl, which no longer exists. The following instructions allow you to build libcurl using only: Visual Studio 2013 curl generic source tarball (tested on curl 7.44.0). A. Build libcurl static library Download the latest curl generic source from: http://curl.haxx.se/latest.cgi?curl=tar.gz … Read more