INSTALLING THE MPU401 DRIVER
  Before installing tclmidi, you will need to decide if you wish
to install the MIDI driver I have supplied.  Currently, the driver
supports FreeBSD, BSDI, NetBSD, Linux and Unixware.  If you wish
to install a driver, go to the drivers directory (cd drivers) and
follow the instructions there.  For Linux and Unixware there are
makefiles that do most of the work.  For the BSDs, you have to do
some things by hand.

INSTALLING THE TCLMIDI PACKAGE
  Pretty easy.  "./configure; make; make install".  There is
one option you might need.  If you want to specify a specific
tclsh interpreter, you can do this with the "--with-tclsh=PATH"
option.  You might need to do this if your default tclsh is
broken (specifically with regards to the pkg_mkIndex command).
