How can I install curl on Windows to use with C [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI need to install curl on Windows to use it in a C application, I am using MinGW. Detailed instructions would be appreciated.
Go to the library download page and under "Win32 - Generic" download the libcurl option. This zip file includes headers and libraries in the .a format. Extract the files and use them in your project.
精彩评论