home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / tcl / 1040 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!psuvax1!schwartz
  3. From: schwartz@roke.cs.psu.edu (Scott Schwartz)
  4. Subject: Re: Installing TCL/TK so it can be used for development
  5. Message-ID: <Brv0Cn.5F@cs.psu.edu>
  6. Sender: news@cs.psu.edu (Usenet)
  7. Nntp-Posting-Host: roke.cs.psu.edu
  8. References: <1992Jul21.000250.14233@twg.com> <ADRIANHO.92Jul21021938@barkley.berkeley.edu>
  9.     <1992Jul23.124705.21577@NeoSoft.com>
  10. Date: Thu, 23 Jul 1992 21:45:06 GMT
  11. Lines: 13
  12.  
  13.  
  14. As long as we're comparing installation details, I've put tcl stuff in
  15.     /depot/tcl/{bin,include,lib,library,man}
  16.  
  17. I put the tk scripts in with the tcl ones, mostly since mxedit seemed
  18. to want it that way.  Right now it seems like an acceptable choice,
  19. although I could see splitting them up if they grow in number by an
  20. appreciable amount.
  21.  
  22. One problem with standard tcl is that TCL_LIBRARY is compiled in, so
  23. [info library] will be wrong if you move things around.  Tclx does
  24. better, since things are set in a defaults file which you can
  25. override.
  26.