Installing FLTK on Xcode 5

2019-08-10 22:06发布

问题:

Is there anyone who can give me an tutorial on how to install FLTK on Xcode 5. All my attempts have been without any luck. We have to use the program at my school.

I've been trying to load the frameworks in Xcode but when I am write:

#include <FL/Fl.H> 

or

#include "FL/Fl.H"

It does not find the header file.

Mads

标签: c++ xcode fltk