Commit c77fbca3 authored by Sam Lantinga's avatar Sam Lantinga

Added information about gcc-fat.sh to README.MacOSX

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401800
parent 2e54e833
...@@ -21,6 +21,10 @@ PowerPC and Intel architectures), on Mac OS X 10.4 and newer, by using ...@@ -21,6 +21,10 @@ PowerPC and Intel architectures), on Mac OS X 10.4 and newer, by using
the fatbuild.sh script in build-scripts: the fatbuild.sh script in build-scripts:
sh build-scripts/fatbuild.sh sh build-scripts/fatbuild.sh
sudo build-scripts/fatbuild.sh install sudo build-scripts/fatbuild.sh install
This script builds SDL with 10.2 ABI compatibility on PowerPC and 10.4
ABI compatibility on Intel architectures. For best compatibility you
should compile your application the same way. A script which wraps
gcc to make this easy is provided in test/gcc-fat.sh
To use the library once it's built, you essential have two possibilities: To use the library once it's built, you essential have two possibilities:
use the traditional autoconf/automake/make method, or use Xcode. use the traditional autoconf/automake/make method, or use Xcode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment