Instructions for Tiger-compatible build on Leopard/Snow Leopard
authorDRC <dcommander@users.sourceforge.net>
Mon, 15 Feb 2010 13:27:17 +0000 (13:27 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 15 Feb 2010 13:27:17 +0000 (13:27 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@102 632fc199-4ca6-4c93-a231-07263d6284db

README-turbo.txt

index e5725a196728805e463a8b6304da17fff57940c0..1808132a8634e656d831d2365119b99ad4fbaa54 100755 (executable)
@@ -180,6 +180,20 @@ Same instructions as above, but add
 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
 --------------------------------------