2007-01-14 00:01:36 +01:00
|
|
|
Please follow the instructions in INSTALL.UNIX to install FreeType on
|
2007-01-05 10:03:31 +01:00
|
|
|
Mac OS X.
|
2007-01-14 00:01:36 +01:00
|
|
|
|
2007-11-16 16:48:58 +01:00
|
|
|
Since Mac OS X 10.5, when environment variable MACOSX_DEPLOYMENT_TARGET
|
|
|
|
is not given, Apple's diversion of gcc configures the conditional macros
|
|
|
|
to Mac OS X 10.5 and newer. If you want to use the built binaries on
|
|
|
|
older platforms, you must set the variable to the lowest system you care.
|
|
|
|
For example, if you are working on Bourne shell,
|
|
|
|
|
|
|
|
export MACOSX_DEPLOYMENT_TARGET=10.0
|
|
|
|
|
|
|
|
or, if you are working on C shell,
|
|
|
|
|
|
|
|
setenv MACOSX_DEPLOYMENT_TARGET 10.0
|
|
|
|
|
|
|
|
makes gcc to configure the conditional macros to 10.0-capable values.
|
|
|
|
|
|
|
|
|
2007-01-14 00:01:36 +01:00
|
|
|
For classic Mac OS (Mac OS 7, 8, 9) please refer to builds/mac/README.
|