Forum Moderators: coopster
A full-featured, fully functional 64-bit build of cURL and libcurl - SSL, SSH, the whole thing.
A correctly named SSL cert-bundle so people could start curling immediately, and the download scripts for serious users to stay up to date. And of course, instructions on how to use them.
All the documentation, readable on Windows' default text editor.
A windows installer for easy setup, especially for beginners.
I compiled cURL from the official source distribution with Visual Studio 2012 Express [Update 02/11/14: As of version 7.35.0, I'm using Visual Studio 2013 Express]. I used OpenSSL for SSL capability, libssh2 for SSH, and zlib for compression. I then converted all of the line endings of the text files, and arranged all of the HTML manuals in a folder. Finally, I learned how to use Wix to build an MSI installer.