fltk/README.mac
Matthias Melcher 167e329328 Incrmented from 1.1.10 to 1.1.11.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7850 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15 20:58:11 +00:00

41 lines
1.1 KiB
Plaintext

README.mac - 2010-11-15 - Building FLTK under MacOS X
-----------------------------------------------------
CONTENTS
- Introduction
- How to Build Using GCC (OS X)
- Other stuff
INTRODUCTION
FLTK 1.1.10 and above supports development
environments with Makefiles and gcc.
Starting witk 1.3, FLTK supports Xcode 3.0 and up.
HOW TO BUILD USING GCC (OS X)
Since the OS X command line build environment is based on
BSD UNIX, the normal UNIX build procedure as described in
'README' applies. This version of FLTK is limited to 32
bit builds. For 64 bit builds, please use FLTK 1.3.x or
higher.
OTHER STUFF
The creator ID's 'FLTK', 'Fltk', 'FLID', and 'Flid' are
officially registered with Apple Computers, Inc. and can be
used for FLTK applications ('FLTK') and FLUID files
('Flid').
Under MacOS X, all windows are double-buffered. Using
Fl_Window has the same effect as using Fl_Double_Window on
other operating systems. Fl_Overlay_Window however uses one
additional buffer for the overlay plane.