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

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

Overview

Artifact ID: dfd888724ebeb18e0185f27cc82ddb033f3a52c9
Page Name:Files of a Tcl installation
Date: 2016-09-23 07:25:14
Original User: jan.nijtmans
Parent: 06c5a7326f418d09486d0487a6f3a2745f3912f7 (diff)
Next a73a4e68c763dd26ae1ed62277d21c5a3e429662
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/man1/*
  2. man/mann/*

Tcl Code

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

Configuration

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

Other