installing librarys and SDKs

General questions regarding the usage of CodeLite
theatron
CodeLite Enthusiast
Posts: 11
Joined: Thu Dec 26, 2013 10:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

installing librarys and SDKs

Post by theatron »

How do i install SDKs or C++ librarys in codelite
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: installing librarys and SDKs

Post by eranif »

As you do with other IDEs...
Install them normally on your file system
Next, open project settings and select the "Compiler" page, and set the path to the SDK header files
after that, select the "Linker" page and set the path to the libraries + library name

Eran
Make sure you have read the HOW TO POST thread
theatron
CodeLite Enthusiast
Posts: 11
Joined: Thu Dec 26, 2013 10:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: installing librarys and SDKs

Post by theatron »

Sometimes when i try to compile my NEW code, it compiles my old code and my resolution was to make a new workspace, so whats up with that? How am i supposed to fix it without making a new workspace.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: installing librarys and SDKs

Post by eranif »

theatron wrote:Sometimes when i try to compile my NEW code, it compiles my old code and my resolution was to make a new workspace, so whats up with that? How am i supposed to fix it without making a new workspace.
Double posting won't give you a quicker answer ;)

Eran
Make sure you have read the HOW TO POST thread
Post Reply