Update of ”Files of a Tcl installation”
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: ad914e452c99c46d1dff0acfca24213b2000510a
Page Name:Files of a Tcl installation
Date: 2016-09-27 11:31:50
Original User: jan.nijtmans
Parent: a73a4e68c763dd26ae1ed62277d21c5a3e429662 (diff)
Next 90ac0750ad11efb87cbe6c96b38b5e022fda77a2
Content

Record here the files a Tcl installation puts into place, their names and locations, and an explanation of why it is installed (what uses it?) and why it has the name and location it does.

Headers

  1. include/tcl.h
  2. include/tclDecls.h
  3. include/tclOO.h
  4. include/tclOODecls.h
  5. include/tclPlatDecls.h

Libraries

  1. lib/libtclX.y.a
  2. lib/libtclX.y.so
  3. lib/libtclstubX.y.a

Applications

  1. bin/tclsh
  2. bin/tclshX.y

Documentation

  1. man/man3/* (X.y <= 8.6)
  2. man/mann/* (X.y <= 8.6)
  3. share/man/man3/* (X.y >= 8.7)
  4. share/man/mann/* (X.y >= 8.7)

Tcl Code

  1. lib/tclX.y/*.tcl
  2. lib/tclX/X.y/.../*.tm

Configuration

  1. lib/tclConfig.sh
  2. lib/pkgconfig/tcl.pc

Other