Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created December 12, 2014 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/4b62cb8d1306a792920b to your computer and use it in GitHub Desktop.
Save roachhd/4b62cb8d1306a792920b to your computer and use it in GitHub Desktop.
CURL on my Windows 8.1

CURL on my Windows 8.1

On the curl download page there's a link to the download wizard. Complete all the steps as follows:

  • 1 Select Type of Package: curl executable
  • 2 Select Operating System: Windows / Win32 or Win64
  • 3 Select for What Flavour: Generic
  • 4 Select which Win32 Version (only if you selected Windows / Win32 in step 2): Unspecified

If you chose Windows / Win32 you should end up here, a page that links to http://www.paehl.com/open_source/?CURL_x.y.z (x.y.z will change as newer versions of curl are released). There you can click the first link ("Download WITHOUT SSL") or second link ("Download WITH SUPPORT SSL") for a zip file with curl.exe.

If you chose Win64 you should end up on this page which should have direct download links from the http://curl.haxx.se website. These too contain only curl.exe.

Finally, you can copy curl.exe into %windir% and it should become available on the command line.

** notes about final step.

  • Thanks - Also, my Win64 installation of Curl added it to the PATH variable, so simply installing it will make it available on the command line. No need to copy into %windir%. It will also be available in Powershell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment