Installing innotop is pretty easy.  Either use your distribution's package, or
install from a tarball.  If you install from the tarball, extract the tarball
and go into the resulting directory:

   tar zxvf innotop-<version>.tar.gz
   cd innotop-<version>

Generate the makefile, which will check Perl module dependencies and so forth:

   perl Makefile.PL

Install the program and man page:

   make install

To remove the files, simply run:

   make uninstall
