Compilation
===========

To compile, simply execute:

  ./build.sh


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

To install, do:

  cd clients/pgp/cmdline
  make install
  mkdir $HOME/.pgp
  touch $HOME/.pgp/pgp.cfg
  touch $HOME/.pgp/pubring.pkr
  touch $HOME/.pgp/secring.skr


Beta release note
=================

This is a beta release, and as such has only been tested on a few
platforms.  The source code still needs some work before it will
compile cleanly on all platforms.

The code has been found to compile on:

  * ix86-linux-glibc2 with gcc 2.95.2
  * solaris-2.7 with gcc and gnu make

If you have any patches, please send them to: unix@pgpi.org.
