summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2006-07-21 06:03:20 (GMT)
committerdas <das>2006-07-21 06:03:20 (GMT)
commitfb44c00e54f9fd7f838c5339d3b07579e119206a (patch)
tree465f9fce5eccddf9a0b91f6ea0b3ba673d82ed5c /macosx
parent25d2696923e17b5ad261b03beda0c1783c3ae8d9 (diff)
downloadtk-fb44c00e54f9fd7f838c5339d3b07579e119206a.zip
tk-fb44c00e54f9fd7f838c5339d3b07579e119206a.tar.gz
tk-fb44c00e54f9fd7f838c5339d3b07579e119206a.tar.bz2
typos
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README
index 511ece3..bb94bbb 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
Tcl/Tk Mac OS X README
----------------------
-RCS: @(#) $Id: README,v 1.18 2006/07/20 06:25:19 das Exp $
+RCS: @(#) $Id: README,v 1.19 2006/07/21 06:03:20 das Exp $
This is the README file for the Mac OS X/Darwin version of Tcl/Tk.
@@ -197,7 +197,7 @@ Notes about the native targets of the Xcode projects:
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 Wish.xcodeproj, set CFLAGS as follows:
+- To build universal binaries outside of Wish.xcodeproj, set CFLAGS as follows:
export CFLAGS="-arch ppc -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
@@ -220,7 +220,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 Wish.xcodeproj is setup to produce binaires that can run on 10.2 or later,
+The Wish.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.