
  I N S T A L L A T I O N
  =======================

  1. Requirements

     Make sure you have an TeX system already installed. 
     I recommend you to install teTeX which can be found on
     ftp://Susi.informatik.rwth-aachen.de/pub/comp/tex/teTeX/ and
     on every CTAN site.
     
  2. Configuring the source

     $ ./configure --prefix=/path/to/gfont
                  [--with-tmpgdfdir=/path/to/var/gdf]

  3. Build the programs

     $ make

  4. Install the programs into
     /path/to/gfont/{bin,man,lib[/gfont]}/:

     $ make install

  5. Cleanup

     $ make distclean

