summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authordas <das@noemail.net>2002-10-29 00:51:11 (GMT)
committerdas <das@noemail.net>2002-10-29 00:51:11 (GMT)
commit3b236b4c176e1ac379821d933561512aca23ecde (patch)
tree648f90fc52afd3aa033e3a78ef034622b4f0bc8b /macosx/README
parentb45cfddbd54f35e1776dd852c8bbf1c6b1c3d07b (diff)
downloadtk-3b236b4c176e1ac379821d933561512aca23ecde.zip
tk-3b236b4c176e1ac379821d933561512aca23ecde.tar.gz
tk-3b236b4c176e1ac379821d933561512aca23ecde.tar.bz2
* macosx/README: added info on new package searching in
Frameworks directories. FossilOrigin-Name: d493a60b63db12f69ab75c2fbd5367e04b5dc9d7
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: