Added info about fatbuild.sh
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401656
This commit is contained in:
parent
d3375d8aba
commit
adbae20f5a
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ process:
|
||||||
make
|
make
|
||||||
sudo make install
|
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:
|
To use the library once it's built, you essential have two possibilities:
|
||||||
use the traditional autoconf/automake/make method, or use Project Builder.
|
use the traditional autoconf/automake/make method, or use Project Builder.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue