1.1 --- a/README.MacOSX Tue May 16 06:53:27 2006 +0000
1.2 +++ b/README.MacOSX Tue May 16 07:26:48 2006 +0000
1.3 @@ -21,6 +21,10 @@
1.4 the fatbuild.sh script in build-scripts:
1.5 sh build-scripts/fatbuild.sh
1.6 sudo build-scripts/fatbuild.sh install
1.7 +This script builds SDL with 10.2 ABI compatibility on PowerPC and 10.4
1.8 +ABI compatibility on Intel architectures. For best compatibility you
1.9 +should compile your application the same way. A script which wraps
1.10 +gcc to make this easy is provided in test/gcc-fat.sh
1.11
1.12 To use the library once it's built, you essential have two possibilities:
1.13 use the traditional autoconf/automake/make method, or use Xcode.