summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-06-29 16:07:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-06-29 16:07:24 (GMT)
commit7add065e0f5720a2ee8d4d874931087e1ad246cc (patch)
treec08700bc3a3a8ff687299912d741f46d93420d60 /macosx
parent3f1e1192cb2dad651a1dd3ce1518c23bb7a0da2a (diff)
parentc8212c36e91c536433c5a43b8a66ddb19c20d723 (diff)
downloadtcl-7add065e0f5720a2ee8d4d874931087e1ad246cc.zip
tcl-7add065e0f5720a2ee8d4d874931087e1ad246cc.tar.gz
tcl-7add065e0f5720a2ee8d4d874931087e1ad246cc.tar.bz2
merge trunk
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 bcffde3..551a18e 100644
--- a/macosx/README
+++ b/macosx/README
@@ -113,7 +113,7 @@ The following build configurations are available:
The Xcode projects refer to the toplevel tcl source directory via the
TCL_SRCROOT user build setting, by default this is set to the project-relative
path '../../tcl', if your tcl source directory is named differently, e.g.
-'../../tcl8.6', you need to manually change the TCL_SRCROOT setting by editing
+'../../tcl8.7', you need to manually change the TCL_SRCROOT setting by editing
your ${USER}.pbxuser file (located inside the Tcl.xcodeproj bundle directory)
with a text editor.
@@ -141,9 +141,9 @@ Detailed Instructions for building with macosx/GNUmakefile
- Unpack the Tcl source release archive.
- The following instructions assume the Tcl source tree is named "tcl${ver}",
-(where ${ver} is a shell variable containing the Tcl version number e.g. '8.6').
+(where ${ver} is a shell variable containing the Tcl version number e.g. '8.7').
Setup this shell variable as follows:
- ver="8.6"
+ ver="8.7"
If you are building from CVS, omit this step (CVS source tree names usually do
not contain a version number).