Libcurl example - No such file error
i am working with libcurl in C and a开发者_JAVA技巧m getting an error "curl.h: No such file or directory" while executing make command in linux. So can you help me out.. Thanks in advance
Your include directory is missing the libcurl include files. What OS are you running make
on and how did you install libcurl?
Install Libcurl in windows visual studio. It is more simpler approach.
精彩评论