diff options
Diffstat (limited to 'tools/slowdown/README')
-rw-r--r-- | tools/slowdown/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/slowdown/README b/tools/slowdown/README new file mode 100644 index 0000000..d953640 --- /dev/null +++ b/tools/slowdown/README @@ -0,0 +1,16 @@ +How to build and install slowdown.so +------------------------------------ + +If this directory doesn't contain the file 'configure', run + + autoreconf -ivf + +before doing + + ./configure + make install + +You will need the GNU auto-tools (Autoconf, Automake, Libool). + +See INSTALL for more general information about building and +installing. |