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
How to install library in CodeLite?
-
- CodeLite Curious
- Posts: 1
- Joined: Fri Feb 11, 2022 8:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: How to install library in CodeLite?
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.