Installation
============

gfontview uses the GNU autoconf package, so installation should be
relatively simple.  The quick way to install gfontview is to
simply do:

        ./configure
        make
        make install



More details
============

The 'configure' script can be given a number of options to enable
and disable various features. For a complete list, type:

        ./configure --help

The most important ones are:

*  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                           [ Defaults to /usr/local ]
*  --with-libungif 	Uses the ungif instead of the gif library. 
			This produces uncompressed GIF files, not subject 
			to patent problems.
*  --with-fontdir=DIR   Uses DIR as start directory
