summaryrefslogtreecommitdiffstats
path: root/unix/dltest/README
diff options
context:
space:
mode:
Diffstat (limited to 'unix/dltest/README')
-rw-r--r--unix/dltest/README14
1 files changed, 3 insertions, 11 deletions
diff --git a/unix/dltest/README b/unix/dltest/README
index 7ba3f9f..3210f13 100644
--- a/unix/dltest/README
+++ b/unix/dltest/README
@@ -1,12 +1,4 @@
This directory contains several files for testing Tcl's dynamic
-loading capabilities. If this directory is present and the files
-in here have been compiled, then the "load" test will use the shared
-libraries present here to run a series of tests. To compile the
-shared libraries, first type "./configure". This will read
-configuration information created when Tcl was configured and
-create Makefile from Makefile.in. Be sure that you have configured
-Tcl before configuring here, since information learned during Tcl's
-configure is needed here. Then type "make" to create the shared
-libraries.
-
-RCS: @(#) $Id: README,v 1.2 1998/09/14 18:40:18 stanton Exp $
+loading/unloading capabilities. If shared libraries are supported
+then the build system in the parent directory will create
+the shared libs and load them into the tcltest executable.