Installation of GRAV 1.0
------------------------

Requirements:  You need the NCurses 1.8 and the svgalib v0.98.
               Greater releases would be better I think ;-)
               You can get them from various aFTP-Sites, e.g.
               tsx-11 and linux-sunsite.

Just type make at the promt - the make-utility should compile and link all
modules without any error and/or warning.

Than copy grav to a directory included in your path, e.g. /usr/local/bin.
grav must be run setuid root. To do so, type the folloing command at your 
prompt (you must be root):

         cd /usr/local/bin           (or wherever you had grav copied to)
         chown root:local grav       (change to owner root and group local)
         chmod a+s grav              (setuid root for all other guys)

Thas was it. And now enjoy watching your Megs of GIF's ;-)))))))))

Bye
  Michael (knick@harlie.han.de)