diff options
author | dgp <dgp@users.sourceforge.net> | 2019-10-28 15:42:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-10-28 15:42:48 (GMT) |
commit | 7b7cb95a110901f20e936b0280388df489b7385a (patch) | |
tree | 4741094db9f61b206e16366c5ec3e23559fcc903 /macosx | |
parent | 4bcbf9fc65d2f2f1e58f47b521465452ec42ef83 (diff) | |
parent | 4f6ff8445fbb1ccf15f1ba0cc7dbcbcf98de0d91 (diff) | |
download | tcl-7b7cb95a110901f20e936b0280388df489b7385a.zip tcl-7b7cb95a110901f20e936b0280388df489b7385a.tar.gz tcl-7b7cb95a110901f20e936b0280388df489b7385a.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 caae3e0..c944c0a 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 - $HOME/Library/Frameworks /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. |