#include <iostream>
#include <curl/curl.h>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
I get error "fatal error: curl/curl.h: No such file or directory compilation terminated." I'm really not sure which curl lib to download. I'm using windows 10 and clion with minicygwin. Really not sure what to add to the CMAKE file as well. Can anyone help? Also not sure where to download the file to? just my c:/?
Thanks