summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-07-08 07:01:20 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-07-08 07:01:20 +0000
commit821eb16f4466fe7d7032d5307f0f95a4a4b59d90 (patch)
tree8d83e826b4ff335e9c59e076f39b83ec734e7aa9 /trunk/BUILDING.txt
parent06fc1dce02f9f5fa20e85d4f9144b911a20666dd (diff)
Document NASM version requirement for 64-bit backward compatible build
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@219 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index f66d7b0..349911c 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -150,7 +150,8 @@ Add
LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-mmacosx-version-min=10.4'
-to the configure command line. The OS X 10.4 SDK must be installed.
+to the configure command line. The OS X 10.4 SDK, and NASM 2.07 or later from
+MacPorts, must be installed.
32-bit Backward-Compatible Library Build on OS/X