2009-11-16 22:52:42 +00:00
|
|
|
|
|
|
|
|
To add FLTK projects as a new project template for Xcode 3, install the
|
|
|
|
|
included files in the directory
|
|
|
|
|
|
2010-03-10 15:14:12 +00:00
|
|
|
> cp -R ide/Xcode3.1/Project\ Templates/FLTK/* \
|
|
|
|
|
~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/FLTK\ Application/FLTK/
|
2009-11-16 22:52:42 +00:00
|
|
|
|
|
|
|
|
and restart Xcode.
|
|
|
|
|
|
2010-03-10 15:14:12 +00:00
|
|
|
The generated projects expects fltk 1.3 as it is installed
|
2009-11-16 22:52:42 +00:00
|
|
|
using the command line.
|
|
|
|
|
|
|
|
|
|
> sudo make install
|
|
|
|
|
|
|
|
|
|
Enjoy!
|
|
|
|
|
|
|
|
|
|
- Matthias
|
|
|
|
|
|
|
|
|
|
Please send me an EMail if you find errors or would like to suggest
|
|
|
|
|
improvement: mm@matthiasm.com
|
|
|
|
|
|