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 application.  As such, you need to have the GNOME and GTK+
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 sometimes also known as Gnome-XML, and odds are that if you
already have Gnome, you have this library as well.  See 
http://rufus.w3.org/veillard/XML/ 

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.
