Tuesday, June 30, 2015

Install CURL in Window

Sometimes you need type command line CURL in Window same Linux. To do that, you need install CURL in window.

Please access this website http://curl.haxx.se/latest.cgi?curl=win64-nossl and download

 LocationDownloadProtoHost
sgSingaporecurl-7.33.0-win64-nossl.zipHTTPwww.execve.net

We will have file curl.exe.

Then you set up environment path with this file. Go to PC -> click right choose Properties -> click Advanced system settings -> Environment Variable -> click Path. Put link your download file.

Now you can run to check.

curl --version

Good luck to you.

No comments:

Post a Comment