Modfied README.mac to explain how to build Universal Binaries for earlier OS X versions like Tiger.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6131 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2008-05-21 21:18:53 +00:00
parent ef0d19d125
commit 19ef41b897

View File

@ -39,29 +39,12 @@ KNOWN MacFLTK BUGS
- Sub-sub-subwindow not tested.
- The 'shiny' demo needs work (flush/aglFlush).
UNIVERSAL BINARES
TEST SUITE STATUS
OS X:
CubeView(++), adjuster(++), arc(++), ask(++), bitmap(++),
boxtype(++), browser(++), button(++), buttons(++),
checkers(++), clock(++), colbrowser(++), color_chooser(++),
cube(++), cursor(++), curve(++), demo(++), doublebuffer(++),
editor(++), fast_slow(++), file_chooser(++), fonts(++),
forms(++), fractals(++), fullscreen(++), gl_overlay(++),
glpuzzle(++), hello(++), help(++), iconize(++), image(+),
inactive(++), input(++), keyboard(++), label(++),
line_style(+), mandelbrot(++), menubar(++), message(++),
minimum(++), navigation(++), output(++), overlay(++),
pack(++), pixmap(++), pixmap_browser(++), radio(++),
resizebox(++), scroll(++), shape(++), shiny(-),
subwindow(++), symbols(++), tabs(++), tile(++),
tiled_image(++), valuators(++), fluid(++)
(o)=minor bugs, (+)=usable, (++)=running perfectly,
(-)=major bugs, (--)=crashes
To create Universal Binaries for Tiger, start "configure"
with the following flags:
./configure --with-archflags="-mmacosx-version-min=10.4\
-arch i386 -arch ppc"
OTHER STUFF