Page 1 of 1

How to use GUI library with CodeLite on Mac?

Posted: Tue Jul 21, 2020 4:16 am
by Johnnywz00
CodeLite 12.0.3, MacOSX 10.14.2, clang 1001.0.46.4

I’m sure these are simple concepts to programmers, but I’m just trying to get started learning on my own. How do I get CodeLite to find library headers and use them in builds? What type of New Project and/or settings do I need to use to dabble with a GUI project? I have FLTK 1.3.5 and wxWidgets 3.1.3 on my hard drive and I’m merely trying to copy/paste their samples into my CodeLite file, but I haven’t had any success getting CodeLite to find where the necessary headers are located.
Can anyone help a computer toddler out?

Re: How to use GUI library with CodeLite on Mac?

Posted: Sun Jul 26, 2020 9:15 am
by eranif
mac is same as working on Windows / Linux.
You need to install the library you want to use and set in the project settings the location of the header files + libraries
nothing special here.