blob: 47e9643998d628f02bf1bd8d80c38192735257f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
To add FLTK projects as a new project template for Xcode 3, install the
included files in the directory
> "$(HOME)//Library/Application Support/Developer/Shared/Xcode/"
and restart Xcode.
The generated proects 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
|