-3

How to install cURL in 32-bit Windows?

When I follow Run cURL commands from Windows console I get this problem:

Error

Community
  • 1
  • 1
Meenakshi
  • 468
  • 3
  • 12
  • 31

3 Answers3

0

Had less experience use Curl in windows, but from your error, seems that your curl was not installed probably, So you can try to install another version libcurl for your system.

Shuting Cai
  • 61
  • 1
  • 1
  • 7
0

Installing a 32-bit cURL on Windows is pretty easy. You can even just follow a step-by-step procedure with screenshots. You can follow the instructions from Making cURL work on Windows 7. There are instructions there for both 32-bit and 64-bit installations.

Abel Callejo
  • 13,779
  • 10
  • 69
  • 84
0

If you have git installed, the curl commands can be run from git bash.

Viswas Menon
  • 310
  • 3
  • 11