installing librarys and SDKs
-
- CodeLite Enthusiast
- Posts: 11
- Joined: Thu Dec 26, 2013 10:00 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
installing librarys and SDKs
How do i install SDKs or C++ librarys in codelite
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: installing librarys and SDKs
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
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
-
- CodeLite Enthusiast
- Posts: 11
- Joined: Thu Dec 26, 2013 10:00 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: installing librarys and SDKs
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: installing librarys and SDKs
Double posting won't give you a quicker answertheatron 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.
Eran
Make sure you have read the HOW TO POST thread