curl 7.53.1 for Windows

Built with OpenSSL (1.0.2k), HTTP/2 (nghttp2/1.19.0), zlib (1.2.11) & IPv6 support
Last updated: 24th February 2017

Here are pre-compiled builds of curl for Windows built with OpenSSL, ngttp2, zlib & IPv6 support.

This was built to make it easier for testing HTTP/2 support in something I was working on and thought it might be useful for others.

To my knowledge none of the other pre-compiled versions of curl (including those from curl.haxx.se/download.html) are built with HTTP/2 support enabled (which requires building curl with ngttp2).


Installing / Usage:

Extract curl.exe and ca-bundle.crt into the same folder and then use as per the curl documentation.
All nice and simple as these have been built to avoid external dependencies (especially when installing it).


Downloads:

curl 7.53.1 - 32-bit (Windows XP and newer)

curl 7.53.1 - 64-bit (Windows Vista and newer)


Miscellaneous:

The curl -V output for these builds is (taken from the 64-bit build but the features are the same for the 32-bit version):

curl 7.53.1 (x86_64-pc-win32) libcurl/7.53.1 OpenSSL/1.0.2k zlib/1.2.11 nghttp2/1.19.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile NTLM SSL libz HTTP2 HTTPS-proxy




These builds are built using Visual Studio Community 2015 (Update 3) with only changes to support finding ca-bundle.crt if curl-ca-bundle.crt cannot be found and dynamic loading of GetTickCount64 so it's possible for the 32-bit version to run on Windows XP (I know but it was a small change and I was curious how well it'd work).

Disclaimer:

These builds are provided as-is and subject to all applicable licenses, warranties and disclaimers relating to the software used to build them (see the library sites for more information).