diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/README b/unix/README index b090a63..42fefcb 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.24.2.2 2005/12/03 00:35:44 das Exp $ +RCS: @(#) $Id: README,v 1.24.2.3 2007/09/20 17:55:46 das Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl @@ -83,6 +83,10 @@ How To Compile And Install Tcl: should be reachable under several names. --enable-man-compression=PROG Compress the manpages using PROG. + --enable-dtrace Enable tcl DTrace provider (if DTrace is + available on the platform), c.f. tclDTrace.d + for descriptions of the probes made available, + see http://wiki.tcl.tk/DTrace for more details. Mac OS X only: --enable-framework package Tcl as a framework. --disable-corefoundation disable use of CoreFoundation API and revert to |