  Installation for xdrum-1.0     May 5, 1993

  1) Get tcl, tk and tclm.  Tk comes with tcl, so if you
get tk, you don't have to get tcl separately.  As of today,
the latest version of tk is tk3.2 and the latest version
of tcl is tcl6.7.  They are both available at sprite.berkeley.edu
in the tcl directory.
     The latest release of tclm is tclm-1.0.  It can be found
at comp.sources.misc archive sites and harbor.ecn.purdue.edu.
Most likely it is available where you picked this up.

  2) Build and install the aforementioned packages.  See
their documentation on how to do this.

  3) Edit the Makefile.  Check out the stuff near the top
and change the paths as necessary.  If you change the install
directory, you'll also have to change the first line of
the xdrum script to point to the correct location of wishm.

  4) make

  5) make install

  6) If you want to install you man pages, either
make install-man-cooked (the default) or make install-man-raw.
install-man-cooked formats the man pages and copies the
formatted document to the man dir.  install-man-raw installs
the unformatted document.
     You probably want to use the cooked option, as the man pages
use the mdoc macros and not the older man macros.  I don't think
man(1) knows to process the files with mdoc.

  7) You're done.
