From 19ef41b8976bb41f74e8336af94aa2c2aa4588d8 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 21 May 2008 21:18:53 +0000 Subject: 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 --- README.mac | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'README.mac') 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 -- cgit v1.2.3