From 31744a59f606848e2552a272cde22021d4c3acb3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 22 Apr 2006 19:49:37 +0000 Subject: [PATCH] Added info about fatbuild.sh --- README.MacOSX | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MacOSX b/README.MacOSX index 821edb775..c4ca038bf 100644 --- a/README.MacOSX +++ b/README.MacOSX @@ -16,7 +16,11 @@ process: make sudo make install -(You may need to create the subdirs of /usr/local manually.) +You can also build SDL as a Universal library (a single binary for both +PowerPC and Intel architectures), on Mac OS X 10.4 and newer, by using +the fatbuild.sh script in build-scripts: + sh build-scripts/fatbuild.sh + sudo build-scripts/fatbuild.sh install To use the library once it's built, you essential have two possibilities: use the traditional autoconf/automake/make method, or use Project Builder.