Page 1 of 1
installing librarys and SDKs
Posted: Tue Dec 31, 2013 11:53 pm
by theatron
How do i install SDKs or C++ librarys in codelite
Re: installing librarys and SDKs
Posted: Wed Jan 01, 2014 12:01 am
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
Re: installing librarys and SDKs
Posted: Sun Jan 05, 2014 3:13 am
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.
Re: installing librarys and SDKs
Posted: Sun Jan 05, 2014 9:33 am
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