INSTALLATION DIRECTIONS FOR FPM (FIGARO'S PASSWORD MANAGER)

Be sure to read the README file for more information about FPM...

REQUIREMENTS

FPM is a GNOME 1.x application.  As such, you need to have the GNOME 1.x 
and GTK+ 1.2.x libraries installed on your system.  If you need them, see 
the GNOME web site at http://www.gnome.org/

FPM also requires a library to read and write password files in XML.  
This library is libxml2, and odds are that if you already have GNOME 1.x, 
you have this library as well.  See http://www.libxml.org/ 

DIRECTIONS

To use the .tar.gz files, do the following:

1) Unpack the tar file.  One way to do this is by typing:
   tar xvfz fpm-0.x.tar.gz
2) Run "autogen.sh".  This will prepare the code for compilation on your system.
3) Type "make".  This will compile the code.  The executable will be stored in
   the src directory, and will be named "fpm".
4) Type "make install" as root.  This will move the executable
   to the /usr/local/bin directory and set the correct permissions.
