1)  Run "configure":

        $ ./configure

    You can specify an alternate destination to override the default with
    the --prefix option:

        $ ./configure --prefix=/usr/local/test

    or some _absolute_ path that is more appropriate for your site. 
    The default prefix value is "/usr/local", with binaries in sub-directory
    "bin", manual pages in sub-directory "man", and data in sub-directory
    "share/fgen".

    NOTE: The configure program will cache the results of the previous
    configure execution.  If you need to re-run configure from scratch, you
    may need to run "make distclean" first to remove the cached
    configuration information.      

    Try './configure --help' for further information on its usage.        

3)  Try to build it:

        $ make                

4)  Install the binaries/documentation:

        $ make install

    Depending on your installation's configuration, you may need to be
    root to do this.            

