Installing gpg and egd.pl on MacOS X Server 1.x
-----------------------------------------------

* First you need to download the source packages from:

  ftp://ftp.gnupg.org/pub/gcrypt/gnupg/gnupg-1.0.6.tar.gz
  ftp://ftp.gnupg.org/pub/gcrypt/egd/egd-0.8.tar.gz
  
  (Note that you should check the file signatures)

* Then you also need to download patches:

  ftp://sente.epfl.ch/pub/software/GPGMail/egd-0.8-MOXS.patch.tgz
  ftp://sente.epfl.ch/pub/software/GPGMail/gpg-1.0.6-MOXS.patch.tgz

* Unarchive egd, then egd patch in the same directory as the egd
  distribution. Use OpenUp.app or gnutar xzf filename

* Now be root, using:

  su root

  And launch the installation:

  cd /path/to/egd/distribution/
  ./egdbuild.sh

  This will patch the distribution, compile egd and install it.
  egd.pl is installed in /usr/local/bin/.

* Unarchive gnupg, then its patch in gnupg parent directory.

* Launch gpg installation using

  cd /path/to/files
  ./build.sh

  This will patch the distribution, compile gnupg and install it in
  /usr/local/bin/, with additional stuff in /usr/local/man,
  /usr/local/lib/gnupg/, etc.

* You will then need to create your own PGP key; read gpg documentation
  for this.
