Mercurial > sdl-ios-xcode
changeset 1839:78da406ad139
Added information about gcc-fat.sh to README.MacOSX
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 16 May 2006 07:26:48 +0000 |
parents | 3d138844ceab |
children | c6a447c98584 |
files | README.MacOSX |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.MacOSX Tue May 16 06:53:27 2006 +0000 +++ b/README.MacOSX Tue May 16 07:26:48 2006 +0000 @@ -21,6 +21,10 @@ the fatbuild.sh script in build-scripts: sh build-scripts/fatbuild.sh 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: use the traditional autoconf/automake/make method, or use Xcode.