3

After installing curl as per this guy's instructions :

Except for Step 2: Installed Win64 OpenSSL v1.0.1u Light instead since version k is missing from the download page : http://slproweb.com/products/Win32OpenSSL.html

On cmd prompt I just type :

C:\Windows\system32>curl

and get this error:

error

How do I get curl working on my computer?

Community
  • 1
  • 1
compski
  • 549
  • 3
  • 11
  • 25

1 Answers1

0

After extracting the Zip file to a specific location. You should add the file location to the PATH Environment.

Unfortunately, you would also have to copy all the dll file from the lib folder and paste in the folder that contains the executable.

pensebien
  • 330
  • 2
  • 14