Skip to content

Curl installation on Windows OS machines

Ibrahim Mohammed edited this page Mar 1, 2023 · 1 revision

NASAaccess Curl wiki!

Here are some instructions that might help in installing curl on Windows OS machines:

  1. Download the curl with the right built for your machine from https://curl.haxx.se/.
  2. Unpack the zip file in a location at your discretion.
  3. Add the curl.exe file location to your Environment Variables. Once you unpack the zip file you will find the curl.exe file in bin folder.
  4. Close the Environment Variables and check if you can run curl from your command prompt. Type curl –help and you should see the help pages for the curl program once everything is defined correctly.
Clone this wiki locally