Page 1 of 1

cURL install for use with codelite

Posted: Tue Oct 13, 2015 8:30 pm
by dbl
I have installed codelite and would like to use cURL but do not know how to install and register the curl.h file to use in my program.

is there a particular process to get this done, I am sorry I am very new to using codelite and have been searching for about two week.


Thank you,

Dan

Re: cURL install for use with codelite

Posted: Tue Oct 13, 2015 10:40 pm
by eranif
Your question is not really related to CodeLite.
You should be searching on web on how to code in C/C++ (include header files, compile, link etc)

Eran

Re: cURL install for use with codelite

Posted: Tue Oct 13, 2015 11:31 pm
by dbl
I have it installed and can use cURL from the command line , but I am not and to use the #include <curl.h> or # include <curl/curl.h> I am getting an error that no such command,

I am using minGW32 as compiler.

, Sorry I am a noob, but not sure where to turn to.

Thank you,

Dan

Re: cURL install for use with codelite

Posted: Wed Oct 14, 2015 12:09 am
by dbl
http://www.cplusplus.com/forum/articles/10627/

interesting article on includes and headers. still looking

Re: cURL install for use with codelite

Posted: Wed Oct 14, 2015 12:15 am
by dbl
http://curl.haxx.se/mail/lib-2007-02/0076.html

more info on curl installation.

Re: cURL install for use with codelite

Posted: Wed Oct 14, 2015 12:19 am
by dbl
Let's download the libcurl library.

excellent instructional link

http://www.catonmat.net/blog/creating-a ... -part-two/