# HG changeset patch # User Sam Lantinga # Date 1145735377 0 # Node ID 9705d5d69691229a6c6c38fb06598f73cb85af24 # Parent 9f59d4c5aaeaf09b5682dbbfdaf02ef1f0537c5d Added info about fatbuild.sh diff -r 9f59d4c5aaea -r 9705d5d69691 README.MacOSX --- a/README.MacOSX Sat Apr 22 19:17:14 2006 +0000 +++ b/README.MacOSX Sat Apr 22 19:49:37 2006 +0000 @@ -16,7 +16,11 @@ 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.