Installing FLTK on Xcode 5

拥有回忆 提交于 2019-12-11 11:42:28

问题


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

来源:https://stackoverflow.com/questions/22372228/installing-fltk-on-xcode-5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!