I want to add libcurl dependency to codeblocks. After reading some tutorials on the Internet, I still don t quite understand how to compile the libcurl bar from the official website, and where to put the downloaded package ....
curl has made the following settings (this is the solution found, but it doesn t work for me): curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, false); curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, false); curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATU...