summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-12-23 12:05:19 +0100
committerWerner Koch <wk@gnupg.org>2003-12-23 12:05:19 +0100
commitc25ac44a7e2d9bb5702bc7445e4dcb7fd7360ef7 (patch)
tree2bf72133b1d1a4c48f9c2fc7a4be8dcf9dc1eed5 /README
parent* Makefile.am: New. (diff)
downloadgnupg2-c25ac44a7e2d9bb5702bc7445e4dcb7fd7360ef7.tar.xz
gnupg2-c25ac44a7e2d9bb5702bc7445e4dcb7fd7360ef7.zip
* README-alpha: Removed.V1-9-3
* configure.ac, Makefile.am: Add the tests and tools directories.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 12 insertions, 10 deletions
diff --git a/README b/README
index 60b613362..42099d6f6 100644
--- a/README
+++ b/README
@@ -1,12 +1,15 @@
-GnuPG 1.9 is a temporary protect to work on GnuPG extensions. It will
-eventually lead to a GnuPG 2.0 release.
+GnuPG 1.9 is a temporary project to work on GnuPG extensions; it is a
+merke fo gnupg 1.3 and the old newpg package. It will eventually lead
+to a GnuPG 2.0 release.
jnlib/ utility functions
kbx/ keybox library
+g10/ the gpg program here called gpg2
sm/ the gpgsm program
agent/ the gpg-agent
scd/ the smartcard daemon
+
You need the libgpg-error package. Libassuan, Libksba and Libgcrypt
are also required to build it.
@@ -24,14 +27,14 @@ gpgsm:
--learn-card
- Read tinformation about the private keys from the smartcard and
+ Read information about the private keys from the smartcard and
import the certificates from there.
--export
- Export all certificates storein the Keybox or those specified on
- the commandline. When using --armor a few informational lines are
- prepended before each block.
+ Export all certificates stored in the Keybox or those specified on
+ the command line. When using --armor a few informational lines are
+ prepended before each block.
gpg2:
@@ -94,7 +97,7 @@ gpgsm:
Specify a dirmngr program to be used for CRL checks. The default
value is "/usr/sbin/dirmngr". This is only used as a fallback when
- the envrionment varaibale DIRMNGR_INFO is not set or a running
+ the environment varaibale DIRMNGR_INFO is not set or a running
dirmngr can't be connected.
--no-secmem-warning
@@ -148,12 +151,11 @@ gpg-agent:
--pinentry-program <path_to_pinentry_program>
Specify the PINentry program. The default value is
- "../../pinentry/kpinentry/kpinentry" so you most likely want to
- specify it.
+ "<prefix>/bin/pinentry" so you most likely want to specify it.
--no-grab
- Tel the pinentry not to grab keybourd and mouse. You most likely
+ Tell the pinentry not to grab keybourd and mouse. You most likely
want to give this option during testing and development to avoid
lockups in case of bugs.