summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-05 14:21:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-05 14:21:21 (GMT)
commit8c4d8a4f1406410662d9c626aa628fc2413b7f10 (patch)
tree0852a2f82b768d17c53efa4a22a8866f6cabe560 /macosx
parentd52223f0240cace7cdb7894603c7f6c642a3cbfb (diff)
parentded2a799663066ed98c0a0b07d5fc5a661f988d8 (diff)
downloadtcl-8c4d8a4f1406410662d9c626aa628fc2413b7f10.zip
tcl-8c4d8a4f1406410662d9c626aa628fc2413b7f10.tar.gz
tcl-8c4d8a4f1406410662d9c626aa628fc2413b7f10.tar.bz2
Merge core-8-branch. More 8.7 -> 9.0 changes as appropriate
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 551a18e..02611fd 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.7', you need to manually change the TCL_SRCROOT setting by editing
+'../../tcl9.0', 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.7').
+(where ${ver} is a shell variable containing the Tcl version number e.g. '9.0').
Setup this shell variable as follows:
- ver="8.7"
+ ver="9.0"
If you are building from CVS, omit this step (CVS source tree names usually do
not contain a version number).