Go to file
Werner Koch cd3e8c9b89 Fixed that nasty 64 bit but. 2006-11-10 11:32:00 +00:00
agent gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null. 2006-11-09 16:09:46 +00:00
am Updated FSF's address. 2006-06-20 17:21:37 +00:00
artwork Some more new files 2004-09-11 14:50:35 +00:00
common Collected fixes. 2006-11-05 15:08:58 +00:00
doc * gpg.texi: Reference to --s2k-count in --s2k-mode. 2006-11-06 03:22:13 +00:00
g10 Fixed that nasty 64 bit but. 2006-11-10 11:32:00 +00:00
gl Fix for bug 537 2006-10-02 11:54:35 +00:00
include Cleanups. 2006-09-20 11:01:49 +00:00
intl Preparing a new release. Updated gettext 2004-09-30 14:34:34 +00:00
jnlib Fixes 2006-10-19 14:22:06 +00:00
kbx Allow to select X.509 certificates using the keygrip. 2006-10-20 11:38:48 +00:00
keyserver * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change. 2006-11-06 04:03:44 +00:00
m4 Various changes 2006-10-10 11:11:04 +00:00
po Preparing another release 2006-11-06 09:44:28 +00:00
scd Preparing another release 2006-10-24 14:45:34 +00:00
scripts Updated FSF's address. 2006-06-20 17:21:37 +00:00
sm 2006-10-24 Marcus Brinkmann <marcus@g10code.de> 2006-10-24 14:55:58 +00:00
tests Collected fixes. 2006-11-05 15:08:58 +00:00
tools Collected fixes. 2006-11-05 15:08:58 +00:00
ABOUT-NLS Preparing a new release. Updated gettext 2004-09-30 14:34:34 +00:00
AUTHORS Collected fixes. 2006-11-05 15:08:58 +00:00
COPYING Update head to match stable 1.0 2002-06-29 14:15:02 +00:00
ChangeLog Preparing another release 2006-11-06 09:44:28 +00:00
INSTALL This commit was manufactured by cvs2svn to create branch 2003-12-09 09:21:06 +00:00
Makefile.am . 2006-10-23 14:02:13 +00:00
NEWS post release updates 2006-11-06 10:26:55 +00:00
README post release updates 2006-11-06 10:26:55 +00:00
README.SVN Various fixes and new features. 2006-09-13 15:57:30 +00:00
THANKS Fixes 2006-10-19 14:22:06 +00:00
TODO Preparing another release 2006-10-24 14:45:34 +00:00
acinclude.m4 Various changes 2006-10-10 11:11:04 +00:00
autogen.sh Pth tweaks and improved estream.c 2006-10-17 14:34:42 +00:00
build-w32.sh * configure.ac (have_w32_system): New. Disable Pth checks for W32. 2004-12-06 13:49:14 +00:00
configure.ac post release updates 2006-11-06 10:26:55 +00:00

README

                       The GNU Privacy Guard 2
                      =========================
                             Version 2.0


GnuPG 2.0 is the stable version of GnupG integrating support for
OpenPGP and S/MIME.  It does not conflict with an installed 1.4
OpenPGP-only version.


BUILD INSTRUCTIONS
==================

GnuPG 2.0 depends on the following packages:

  libgpg-error (ftp://ftp.gnupg.org/gcrypt/libgpg-error/)
  libgcrypt    (ftp://ftp.gnupg.org/gcrypt/libgcrypt/)
  libksba      (ftp://ftp.gnupg.org/gcrypt/libksba/)
  libassuan    (ftp://ftp.gnupg.org/gcrypt/libassuan/)
  
You also need the pinentry package for most function of GnuPG; however
it is not a build requirement.  pinentry is available at
ftp://ftp.gnupg.org/gcrypt/pinentry/ .

You should get the latest versions of course, the GnuPG configure
script complains if a version is not sufficient.

After building and installing the above packages in the order as given
above, you may now continue with GnuPG installation (you may also just
try to build GnuPG to see whether your already installed versions are
sufficient).

As with all packages, you just have to do

 ./configure
 make
 make install

(Before doing install you might need to become root.)

If everything succeeds, you have a working GnuPG with support for
S/MIME and smartcards.  Note that there is no binary gpg but a gpg2 so
that this package won't conflict with a GnuPG 1.4 installation. gpg2
behaves just like gpg.

In case of problem please ask on gnupg-users@gnupg.org for advise.  Note
that this release is only expected to build on GNU and *BSD systems.



DOCUMENTATION
==================

The complete documentation is in the texinfo manual named
`gnupg.info'.  Run "info gnupg" to read it.  If you want a a printable
copy of the manual, change to the "doc" directory and enter "make
gnupg.pdf".  For a HTML version enter "make gnupg.html" and point your
browser to gnupg.html/index.html.  Standard man pages for all
components are provided as well.