diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-28 08:40:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-28 08:40:21 (GMT) |
commit | 137064805882f0437676a3b1f2bf7663fd00df1d (patch) | |
tree | 8fcf68ce2c7056a9e6ad995c11f2e44e120ab050 /macosx | |
parent | a2796ccf0a696c3be195efb9819bae2d32a2f9a7 (diff) | |
parent | 4f6ff8445fbb1ccf15f1ba0cc7dbcbcf98de0d91 (diff) | |
download | tcl-137064805882f0437676a3b1f2bf7663fd00df1d.zip tcl-137064805882f0437676a3b1f2bf7663fd00df1d.tar.gz tcl-137064805882f0437676a3b1f2bf7663fd00df1d.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README index 953e689..7383afc 100644 --- a/macosx/README +++ b/macosx/README @@ -36,8 +36,8 @@ Weak-linking is available on OS X 10.2 or later, it additionally allows Tcl built on 10.x to run on any 10.y with x > y >= z (for a chosen z >= 2). - Tcl extensions can be installed in any of: - $HOME/Library/Tcl /Library/Tcl /System/Library/Tcl - $HOME/Library/Frameworks /Library/Frameworks /System/Library/Frameworks + $HOME/Library/Tcl /Library/Tcl + $HOME/Library/Frameworks /Library/Frameworks (searched in that order). Given a potential package directory $pkg, Tcl on OSX checks for the file $pkg/Resources/Scripts/pkgIndex.tcl as well as the usual $pkg/pkgIndex.tcl. |