equal
deleted
inserted
replaced
19 You can also build SDL as a Universal library (a single binary for both |
19 You can also build SDL as a Universal library (a single binary for both |
20 PowerPC and Intel architectures), on Mac OS X 10.4 and newer, by using |
20 PowerPC and Intel architectures), on Mac OS X 10.4 and newer, by using |
21 the fatbuild.sh script in build-scripts: |
21 the fatbuild.sh script in build-scripts: |
22 sh build-scripts/fatbuild.sh |
22 sh build-scripts/fatbuild.sh |
23 sudo build-scripts/fatbuild.sh install |
23 sudo build-scripts/fatbuild.sh install |
|
24 This script builds SDL with 10.2 ABI compatibility on PowerPC and 10.4 |
|
25 ABI compatibility on Intel architectures. For best compatibility you |
|
26 should compile your application the same way. A script which wraps |
|
27 gcc to make this easy is provided in test/gcc-fat.sh |
24 |
28 |
25 To use the library once it's built, you essential have two possibilities: |
29 To use the library once it's built, you essential have two possibilities: |
26 use the traditional autoconf/automake/make method, or use Xcode. |
30 use the traditional autoconf/automake/make method, or use Xcode. |
27 |
31 |
28 ============================================================================== |
32 ============================================================================== |