diff options
author | das <das> | 2007-09-20 17:55:39 (GMT) |
---|---|---|
committer | das <das> | 2007-09-20 17:55:39 (GMT) |
commit | c32e6b4bfcf364abb654d38154a0108a7c80b798 (patch) | |
tree | 19b51ed28c3fd19d07535d771b9b73b297edb530 /unix | |
parent | aa1c79f437299d244d655777ea1f6683d784035d (diff) | |
download | tcl-c32e6b4bfcf364abb654d38154a0108a7c80b798.zip tcl-c32e6b4bfcf364abb654d38154a0108a7c80b798.tar.gz tcl-c32e6b4bfcf364abb654d38154a0108a7c80b798.tar.bz2 |
document --enable-dtrace configure option
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 045de75..3177cbb 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.26 2005/12/03 00:41:37 das Exp $ +RCS: @(#) $Id: README,v 1.27 2007/09/20 17:55:39 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 @@ -82,6 +82,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 |