equal
deleted
inserted
replaced
14 |
14 |
15 ./configure |
15 ./configure |
16 make |
16 make |
17 sudo make install |
17 sudo make install |
18 |
18 |
19 (You may need to create the subdirs of /usr/local manually.) |
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 |
|
21 the fatbuild.sh script in build-scripts: |
|
22 sh build-scripts/fatbuild.sh |
|
23 sudo build-scripts/fatbuild.sh install |
20 |
24 |
21 To use the library once it's built, you essential have two possibilities: |
25 To use the library once it's built, you essential have two possibilities: |
22 use the traditional autoconf/automake/make method, or use Project Builder. |
26 use the traditional autoconf/automake/make method, or use Project Builder. |
23 |
27 |
24 ============================================================================== |
28 ============================================================================== |