diff options
author | das <das> | 2002-10-29 00:51:12 (GMT) |
---|---|---|
committer | das <das> | 2002-10-29 00:51:12 (GMT) |
commit | ab992f464a35ae8097b353ce70770d96965fe339 (patch) | |
tree | 648f90fc52afd3aa033e3a78ef034622b4f0bc8b | |
parent | 711f6fef8d10dc2b1ef38a9b79b02568c13f9bcb (diff) | |
download | tk-ab992f464a35ae8097b353ce70770d96965fe339.zip tk-ab992f464a35ae8097b353ce70770d96965fe339.tar.gz tk-ab992f464a35ae8097b353ce70770d96965fe339.tar.bz2 |
* macosx/README: added info on new package searching in
Frameworks directories.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | macosx/README | 12 |
2 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2002-10-29 Daniel Steffen <das@users.sourceforge.net> + + * macosx/README: added info on new package searching in + Frameworks directories. + 2002-10-22 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4.1 TAGGED FOR RELEASE *** diff --git a/macosx/README b/macosx/README index f273805..b354bd0 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.2 2002/10/21 04:37:34 das Exp $ +RCS: @(#) $Id: README,v 1.3 2002/10/29 00:51:12 das Exp $ This is the README file for the Mac OS X native versions of Tcl & Tk. @@ -48,9 +48,13 @@ brings up the tk console window at startup. This is the case when double clicking Wish in the finder (or using 'open Wish\ Shell.app' from the Terminal). - Tcl extensions will be found in any of: - $HOME/Library/Tcl /Library/Tcl - Network/Library/Tcl /System/Library/Tcl -(searched in that order). + $HOME/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl + $HOME/Library/Frameworks /Library/Frameworks /Network/Library/Frameworks + /System/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 $pkg/pkgIndex.tcl (as usual). +This allows building extensions as frameworks with all script files contained +in the Resources/Scripts directory of the framework. - Tcl.framework contains the Tcl and Tk documentation in html format in the standard location for frameworks: |