Error curl/curl.h: No such file or directory

187 Views Asked by At

I am using Dev-C++ and downloaded curlpp from here When I try to compile the included example (file example00.cpp, directory examples) Dev-C++ throw me the error I have written in the title.

I looked for this file in my system, but it seems it doesn´t even exists :P

1

There are 1 best solutions below

0
Brecht Sanders On

curlpp depends on libcurl, so you must have libcurl and its dependencies available on your system.