Skip to content

Commit

Permalink
Added info about fatbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 22, 2006
1 parent 817a905 commit 31744a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.MacOSX
Expand Up @@ -16,7 +16,11 @@ process:
make
sudo make install

(You may need to create the subdirs of /usr/local manually.)
You can also build SDL as a Universal library (a single binary for both
PowerPC and Intel architectures), on Mac OS X 10.4 and newer, by using
the fatbuild.sh script in build-scripts:
sh build-scripts/fatbuild.sh
sudo build-scripts/fatbuild.sh install

To use the library once it's built, you essential have two possibilities:
use the traditional autoconf/automake/make method, or use Project Builder.
Expand Down

0 comments on commit 31744a5

Please sign in to comment.