To add FLTK projects as a new project template for Xcode 3, install the
included files in the directory
> cp -R ide/Xcode3.1/Project\ Templates/FLTK/* \
~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/FLTK\ Application/FLTK/
and restart Xcode.
The generated projects expects fltk 1.3 as it is installed
using the command line.
> sudo make install
Enjoy!
- Matthias
PS: due to recent changes in FLTK, you will need to add another
Framework manually to the project:
- open the "> Targets" item on the left
- right-click on your application
- click on "Add > Existing Frameworks..."
- choose the Cocoa.framework from the OS X frameworks
- recompile
Please send me an EMail if you find errors or would like to suggest
improvement: mm@matthiasm.com