cURL install for use with codelite

CodeLite installation/troubleshooting forum
dbl
CodeLite Curious
Posts: 5
Joined: Tue Oct 13, 2015 8:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

cURL install for use with codelite

Post 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
Last edited by dbl on Tue Oct 13, 2015 11:33 pm, edited 1 time in total.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cURL install for use with codelite

Post 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
Make sure you have read the HOW TO POST thread
dbl
CodeLite Curious
Posts: 5
Joined: Tue Oct 13, 2015 8:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cURL install for use with codelite

Post 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
dbl
CodeLite Curious
Posts: 5
Joined: Tue Oct 13, 2015 8:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cURL install for use with codelite

Post by dbl »

http://www.cplusplus.com/forum/articles/10627/

interesting article on includes and headers. still looking
dbl
CodeLite Curious
Posts: 5
Joined: Tue Oct 13, 2015 8:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cURL install for use with codelite

Post by dbl »

http://curl.haxx.se/mail/lib-2007-02/0076.html

more info on curl installation.
dbl
CodeLite Curious
Posts: 5
Joined: Tue Oct 13, 2015 8:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cURL install for use with codelite

Post by dbl »

Let's download the libcurl library.

excellent instructional link

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