summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authordas <das>2002-10-29 00:51:12 (GMT)
committerdas <das>2002-10-29 00:51:12 (GMT)
commitab992f464a35ae8097b353ce70770d96965fe339 (patch)
tree648f90fc52afd3aa033e3a78ef034622b4f0bc8b /macosx/README
parent711f6fef8d10dc2b1ef38a9b79b02568c13f9bcb (diff)
downloadtk-ab992f464a35ae8097b353ce70770d96965fe339.zip
tk-ab992f464a35ae8097b353ce70770d96965fe339.tar.gz
tk-ab992f464a35ae8097b353ce70770d96965fe339.tar.bz2
* macosx/README: added info on new package searching in
Frameworks directories.
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README12
1 files changed, 8 insertions, 4 deletions
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: