Help codelite and libjpeg

CodeLite installation/troubleshooting forum
tena
CodeLite Curious
Posts: 1
Joined: Fri Feb 27, 2015 9:23 pm
Genuine User: Yes
IDE Question: c++
Contact:

Help codelite and libjpeg

Post by tena »

I need to know how can I install non standard libraries on codelite, like libjpeg, please someone can help me?
Thanks for your help.
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Help codelite and libjpeg

Post by Gibbon1 »

You don't really install so much as point to. Far as I know you can either,

a) Configure the libraries include and search paths in the project settings.
b) In the Built settings (Settings->Build Settings, Advanced tab (I think this will work)

In general the best way to figure out what you need to do to get codelite to work, is to figure out the options the compiler and linker need.
Post Reply