diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-10-27 22:24:39 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-10-27 22:24:39 (GMT) |
commit | 507395df2ce580c9c0048b0f8a94c19d4d8b9dd6 (patch) | |
tree | 12b173c2133fa8ff5261e9d78cccbd999d415dbd /macosx | |
parent | 0d122fd177498fbfc6e355a622fbe0b21221d809 (diff) | |
download | tcl-507395df2ce580c9c0048b0f8a94c19d4d8b9dd6.zip tcl-507395df2ce580c9c0048b0f8a94c19d4d8b9dd6.tar.gz tcl-507395df2ce580c9c0048b0f8a94c19d4d8b9dd6.tar.bz2 |
Tweak README
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README index b0278b1..caae3e0 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. @@ -57,7 +57,7 @@ No nroff manpages are installed by default by the GNUmakefile. - The Tcl framework can be installed in any of the system's standard framework directories: - $HOME/Library/Frameworks /Library/Frameworks /System/Library/Frameworks + $HOME/Library/Frameworks /Library/Frameworks 3. Building Tcl on Mac OS X |