diff options
| author | das <das> | 2007-09-20 17:55:39 (GMT) |
|---|---|---|
| committer | das <das> | 2007-09-20 17:55:39 (GMT) |
| commit | eed1bd53be92b8b5c2270049f50e928d9b475a15 (patch) | |
| tree | 19b51ed28c3fd19d07535d771b9b73b297edb530 | |
| parent | 705e9824896fdd1ed5d149834f54b89a6cc6bf97 (diff) | |
| download | tcl-eed1bd53be92b8b5c2270049f50e928d9b475a15.zip tcl-eed1bd53be92b8b5c2270049f50e928d9b475a15.tar.gz tcl-eed1bd53be92b8b5c2270049f50e928d9b475a15.tar.bz2 | |
document --enable-dtrace configure option
| -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 |
