summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authordas <das>2006-07-21 06:02:48 (GMT)
committerdas <das>2006-07-21 06:02:48 (GMT)
commitaf031c0a09d0d4abeb4bf13bd542663126fb2245 (patch)
treeb0f610db8c01e583de3f8d0f76d1473f42adc586 /macosx/README
parent07593be21734b6aee77bd4bc53e69bf33d8e9588 (diff)
downloadtcl-af031c0a09d0d4abeb4bf13bd542663126fb2245.zip
tcl-af031c0a09d0d4abeb4bf13bd542663126fb2245.tar.gz
tcl-af031c0a09d0d4abeb4bf13bd542663126fb2245.tar.bz2
typos
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README
index 6c2c81a..ed9382f 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
Tcl Mac OS X README
-----------------
-RCS: @(#) $Id: README,v 1.7 2006/07/20 06:18:37 das Exp $
+RCS: @(#) $Id: README,v 1.8 2006/07/21 06:02:48 das Exp $
This is the README file for the Mac OS X/Darwin version of Tcl.
@@ -114,7 +114,7 @@ Notes about the native targets of the Xcode projects:
/usr/local/bin/autoconf-2.59 and /usr/local/bin/autoheader-2.59, set the
env vars AUTOCONF and AUTOHEADER to their true locations if necessary.
-- To build universal binaires outside of Tcl.xcodeproj, set CFLAGS as follows:
+- To build universal binaries outside of Tcl.xcodeproj, set CFLAGS as follows:
export CFLAGS="-arch ppc -arch ppc64 -arch i386 \
-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
This requires Mac OS X 10.4 and Xcode 2.2 (_not_ Xcode 2.1) and will work on any
@@ -130,7 +130,7 @@ to the minimal OS version (>= 10.2) the binaries should be able to run on, e.g:
This requires Mac OS X 10.2 and gcc 3.1; if you have gcc 4 or later you can set
CFLAGS instead:
export CFLAGS="-mmacosx-version-min=10.2"
-The Tcl.xcodeproj is setup to produce binaires that can run on 10.2 or later,
+The Tcl.xcodeproj is setup to produce binaries that can run on 10.2 or later,
except for the 'ReleaseUniversal'configuration, where they require 10.4.
Support for weak-linking was added to the code for 8.4.14/8.5a5.