How to Build cURL and use it in a Code::Blocks project (static)
问题 I know there are many topics about this but none of them helped me to solve my problem. All I want is to make a simple C++ program that uses cURL with static libcurl (without DLL files) on Code::Blocks - Windows 8 . I've spent around 20 hours trying to do this but all I found is unuseful stuff and stuff I don't understand. After downloading curl-7.39.0.zip from http://curl.haxx.se/download.html and extracting it to my Code::Block directory, I ran Developer Command Prompt for VS2013 as