summaryrefslogtreecommitdiff
path: root/trunk/README-turbo.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-15 13:27:17 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-15 13:27:17 +0000
commit7fc6a4495b377ec495e22223f6a779e4a8a7db3a (patch)
tree1d090ab9e234cd282d361fe6e837be60cf454128 /trunk/README-turbo.txt
parent91529672354f82c7778893244fd37611015661a7 (diff)
Instructions for Tiger-compatible build on Leopard/Snow Leopard
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@102 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/README-turbo.txt')
-rwxr-xr-xtrunk/README-turbo.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/README-turbo.txt b/trunk/README-turbo.txt
index e5725a1..1808132 100755
--- a/trunk/README-turbo.txt
+++ b/trunk/README-turbo.txt
@@ -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
--------------------------------------