Installing gpg and egd.pl on MacOS X Server/MacOS X Public Beta
---------------------------------------------------------------

* First you need to download the source packages from:

  ftp://ftp.gnupg.org/pub/gcrypt/gnupg/gnupg-1.0.4.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:

  For MacOS X Server:
  ftp://sente.epfl.ch/pub/software/GPGMail/egd-0.8-MOXS-patch.tgz
  ftp://sente.epfl.ch/pub/software/GPGMail/gpg-1.0.4-MOXS-patch.tgz

  For MacOS X Public Beta:
  ftp://sente.epfl.ch/pub/software/GPGMail/gpg-1.0.4-MOX-patch.tgz
  Patch for egd.pl is not needed for this platform.

  (Note that gnupg patch packages contain gnupg security patch)

* 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.
