From a091bde412d37fd1b0c1e7079043c1e287ff967c Mon Sep 17 00:00:00 2001 From: david <> Date: Wed, 1 May 2002 17:57:17 +0000 Subject: [PATCH] INSTALL file --- LDP/wt2db/INSTALL | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 LDP/wt2db/INSTALL diff --git a/LDP/wt2db/INSTALL b/LDP/wt2db/INSTALL new file mode 100644 index 00000000..8a0f8c63 --- /dev/null +++ b/LDP/wt2db/INSTALL @@ -0,0 +1,24 @@ +wt2db is made up of a Perl module (Wt2Db.pm) and a small wrapper script +(wt2db), so it can be called from the command line or used in your Perl +program. Therefore, it is installed like a Perl module. Installing the +Perl module will also install the wrapper script into /usr/bin. + +To install the Perl module, run: + + perl Makefile.PL + +That will generate a Makefile. Then, run: + + make + +to build the package, and run: + + make test + +to convert a small, arbitrary bit of WikiText. If the output looks +like DocBook, go ahead and run, as root: + + make install + +to copy the files to the appropriate locations. +