My apologies, I realize this question may be covered in other questions/articles, but I am not very knowledgeable about "under-the-hood" computer workings, and I have only gotten frustrated so far by trying to look up existing answers. I'm just trying to teach myself some programming, and I'd like to tinker with a GUI. I'm trying to use CodeLite, and trying to make use of either FLTK 1.3.5 or wxWidgets 3.1.3. I get the sense that I need to do something with
Project Settings->Compiler->Include Paths, and/or Project Settings->Linker->Libraries Search Path (and ->Libraries), or possibly Environment->environment variables
.
The problem is I don't know exactly what to put, as when I open the folder for either wxW or FLTK there is a sea of files and I don't know what exactly I'm trying to get CodeLite to find. I'm also used to double-clicking icons, and when it says to specify a path I don't know if I'm clear on the syntax for that.
Can someone let me know what to do to simply use
#include <wx/wx.h>
or #include <Fl/fl.h>
and not run into any problems?
CodeLite 12.0.3, MacOSX 10.14.2, clang 1001.0.46.4