Instructions for Tiger-compatible build on Leopard/Snow Leopard

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@102 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC 2010-02-15 13:27:17 +00:00
Родитель feb9dce665
Коммит 4614871092
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -180,6 +180,20 @@ Same instructions as above, but add
to the configure command line. to the configure command line.
32-bit Backward-Compatible Library Build on 64-bit OS/X
-------------------------------------------------------
Same instructions as above, but add
CC=gcc-4.0 CXX=g++-4.0 CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-mmacosx-version-min=10.4 -O3 -m32' CXXFLAGS='-isysroot \
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O3 -m32' \
LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-mmacosx-version-min=10.4 -m32'
to the configure command line. The OS X 10.4 SDK must be installed.
64-bit Library Build on 64-bit Solaris 64-bit Library Build on 64-bit Solaris
-------------------------------------- --------------------------------------