Go to file
Werner Koch 2e8481c03b Various changes 2006-10-10 11:11:04 +00:00
agent Various changes 2006-10-10 11:11:04 +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 Various changes 2006-10-10 11:11:04 +00:00
doc Various changes 2006-10-10 11:11:04 +00:00
g10 Various changes 2006-10-10 11:11:04 +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 Fix for bug 537 2006-10-02 11:54:35 +00:00
kbx Cleanups. 2006-09-20 11:01:49 +00:00
keyserver Made buliding w/o curl work 2006-09-26 14:35:24 +00:00
m4 Various changes 2006-10-10 11:11:04 +00:00
po Various changes 2006-10-10 11:11:04 +00:00
scd Various changes 2006-10-10 11:11:04 +00:00
scripts Updated FSF's address. 2006-06-20 17:21:37 +00:00
sm Various changes 2006-10-10 11:11:04 +00:00
tests Fix for make distcheck 2006-10-04 17:42:14 +00:00
tools Various changes 2006-10-10 11:11:04 +00:00
ABOUT-NLS Preparing a new release. Updated gettext 2004-09-30 14:34:34 +00:00
AUTHORS Clarified cURL and OpenLDAP license issues. 2006-09-22 11:39:45 +00:00
COPYING Update head to match stable 1.0 2002-06-29 14:15:02 +00:00
ChangeLog Various changes 2006-10-10 11:11:04 +00:00
INSTALL This commit was manufactured by cvs2svn to create branch 2003-12-09 09:21:06 +00:00
Makefile.am 2006-09-27 Marcus Brinkmann <marcus@g10code.de> 2006-09-27 14:56:26 +00:00
NEWS bug fixes 2006-10-05 11:06:42 +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 Migrated more stuff to doc/ 2006-08-21 20:20:23 +00:00
TODO Various changes 2006-10-10 11:11:04 +00:00
acinclude.m4 Various changes 2006-10-10 11:11:04 +00:00
autogen.sh Allow for a global trustlist. 2006-09-15 18:53:37 +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 Various changes 2006-10-10 11:11:04 +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.