summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2006-07-21 06:02:59 (GMT)
committerdas <das>2006-07-21 06:02:59 (GMT)
commit65c96823d8dee10bc519c849503248be004d6293 (patch)
tree0251d2e639cd097b05ad2a41c56e629d0a1fa1aa /macosx
parentb686e8f12340f7d8b2a73cb69edd95af5d9d99ed (diff)
downloadtcl-65c96823d8dee10bc519c849503248be004d6293.zip
tcl-65c96823d8dee10bc519c849503248be004d6293.tar.gz
tcl-65c96823d8dee10bc519c849503248be004d6293.tar.bz2
typos
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README
index 2475ea2..d1e8c13 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
Tcl Mac OS X README
-----------------
-RCS: @(#) $Id: README,v 1.1.2.5 2006/07/20 06:21:41 das Exp $
+RCS: @(#) $Id: README,v 1.1.2.6 2006/07/21 06:02:59 das Exp $
This is the README file for the Mac OS X/Darwin version of Tcl.
@@ -89,7 +89,7 @@ select based notifier).
- It is also possible to build with Apple's IDE via the tcl/macosx/Tcl.pbproj
project, this simply calls through to the tcl/macosx/GNUMakefile.
-- To build universal binaires, set CFLAGS as follows:
+- To build universal binaries, 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
@@ -105,8 +105,6 @@ 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,
-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.
Detailed Instructions for building with macosx/Makefile