How to install library in CodeLite?

General questions regarding the usage of CodeLite
Shuvi22
CodeLite Curious
Posts: 1
Joined: Fri Feb 11, 2022 8:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to install library in CodeLite?

Post by Shuvi22 »

I don't understand how I can install the library. If my attempts progressed further than mingw32-make, then codelite itself sent me. Thanks in advance for this probably stupid question

User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: How to install library in CodeLite?

Post by Jarod42 »

You don't install library in Codelite, but for your compiler (and then it depends of the compilers/systems).

In Codelite, you might pass includedirs/LibraryDirs (if relevant, as if library is installed in some "system"/compiler directories, you might to not have to provide them) and libraries to use in the Build options.

Post Reply