Go to file
David Shaw 8add46fcee * gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.
Key-not-found still has a HTML response.
2006-11-06 04:03:44 +00:00
agent . 2006-10-23 14:02:13 +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 Collected fixes. 2006-11-05 15:08:58 +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 Post release update 2006-10-24 15:01:23 +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 Collected fixes. 2006-11-05 15:08:58 +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 update 2006-10-24 15:01:23 +00:00
README Preparing a new release 2006-10-04 10:22:56 +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 Collected fixes. 2006-11-05 15:08:58 +00:00

README

                   The GNU Privacy Guard 2
                  =========================
                       Version 1.9.x


GnuPG 1.9 is the future version of GnuPG; it is based on the gnupg-1.4
code and the previous newpg package.  It will very soon lead to a
GnuPG 2.0 release.

You should use this GnuPG version if you want to use the gpg-agent or
gpgsm (the S/MIME variant of gpg).  Note that the gpg-agent is also
helpful when using the standard gpg version (1.4.x).  There are no
problems installing 1.4 and 1.9 alongside; in fact we suggest to do
this.


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

GnuPG 1.9 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/alpha/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.