Go to file
Werner Koch 9577dd45ab Various fixes and new features.
Enhanced gpg-connect-agent.
2006-09-13 15:57:30 +00:00
agent Various fixes and new features. 2006-09-13 15:57:30 +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 Let scdaemon call a script on status changes 2006-09-07 15:13:33 +00:00
doc Various fixes and new features. 2006-09-13 15:57:30 +00:00
g10 Various fixes and new features. 2006-09-13 15:57:30 +00:00
gl Add stuff from gnulib. 2005-06-01 15:48:03 +00:00
include With --enable-gpg the keyservers are now build and a first test using gpg2 2006-08-16 10:47:53 +00:00
intl Preparing a new release. Updated gettext 2004-09-30 14:34:34 +00:00
jnlib See ChangeLogs 2006-08-29 16:18:30 +00:00
kbx Updated FSF's address. 2006-06-20 17:21:37 +00:00
keyserver 2006-09-06 Marcus Brinkmann <marcus@g10code.de> 2006-09-06 21:43:44 +00:00
m4 Minor changes and typo fixes. 2006-09-06 11:53:24 +00:00
po The big Assuan error code removal. 2006-09-06 16:35:52 +00:00
scd Let scdaemon call a script on status changes 2006-09-07 15:13:33 +00:00
scripts Updated FSF's address. 2006-06-20 17:21:37 +00:00
sm Various fixes and new features. 2006-09-13 15:57:30 +00:00
tests 2006-09-06 Marcus Brinkmann <marcus@g10code.de> 2006-09-06 21:09:36 +00:00
tools Various fixes and new features. 2006-09-13 15:57:30 +00:00
ABOUT-NLS Preparing a new release. Updated gettext 2004-09-30 14:34:34 +00:00
AUTHORS More man pages. 2006-08-17 18:01:25 +00:00
COPYING Update head to match stable 1.0 2002-06-29 14:15:02 +00:00
ChangeLog Various fixes and new features. 2006-09-13 15:57:30 +00:00
INSTALL This commit was manufactured by cvs2svn to create branch 2003-12-09 09:21:06 +00:00
Makefile.am Migrated more stuff to doc/ 2006-08-21 20:20:23 +00:00
NEWS Various fixes and new features. 2006-09-13 15:57:30 +00:00
README doc fixes 2006-09-08 17:02:06 +00:00
README.SVN Various fixes and new features. 2006-09-13 15:57:30 +00:00
THANKS Migrated more stuff to doc/ 2006-08-21 20:20:23 +00:00
TODO Let scdaemon call a script on status changes 2006-09-07 15:13:33 +00:00
acinclude.m4 * configure.ac: Removed OpenSC detection and options. 2005-04-27 12:09:21 +00:00
autogen.sh Various fixes and new features. 2006-09-13 15:57:30 +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 2006-09-06 Marcus Brinkmann <marcus@g10code.de> 2006-09-06 21:09:36 +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 some gnupg-1.3
code and the previous newpg package.  It will eventually lead to a
GnuPG 2.0 release.  Note that GnuPG 1.4 and 1.9 are not always in sync
and thus features and bug fixes done in 1.4 are not necessary
available in 1.9.

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 versions (1.4.x) the old 1.2.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.