summaryrefslogtreecommitdiff
path: root/README.mac
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-05-21 21:18:53 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-05-21 21:18:53 +0000
commit19ef41b8976bb41f74e8336af94aa2c2aa4588d8 (patch)
tree4c90f6b3f33384f849a5cb353003f6d070f3a96b /README.mac
parentef0d19d125ba188f0fdf5b0fb3fe3317d2897751 (diff)
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
Diffstat (limited to 'README.mac')
-rw-r--r--README.mac27
1 files changed, 5 insertions, 22 deletions
diff --git a/README.mac b/README.mac
index ab042c427..b4388ab20 100644
--- a/README.mac
+++ b/README.mac
@@ -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