aboutsummaryrefslogtreecommitdiffstats
path: root/doc/instguide.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-01-13 15:01:21 +0000
committerWerner Koch <[email protected]>2011-01-13 15:01:21 +0000
commit1f874f860ce329aa90f2e6700874a44914b4fe34 (patch)
tree3c3e90c05ac38524d49a54e9df7873fe0f1e9eac /doc/instguide.texi
parentFirst batch of translation updates. (diff)
downloadgnupg-2.0.17.tar.gz
gnupg-2.0.17.zip
Finished preparations for 2.0.17gnupg-2.0.17
Diffstat (limited to '')
-rw-r--r--doc/instguide.texi26
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/instguide.texi b/doc/instguide.texi
index f63c715ba..d6815e209 100644
--- a/doc/instguide.texi
+++ b/doc/instguide.texi
@@ -6,7 +6,6 @@
@node Installation
@chapter A short installation guide.
-
Unfortunately the installation guide has not been finished in time.
Instead of delaying the release of GnuPG 2.0 even further, I decided to
release without that guide. The chapter on gpg-agent and gpgsm do
@@ -16,6 +15,31 @@ meantime you may search the GnuPG mailing list archives or ask on the
gnupg-users mailing listsfor advise on how to solve problems or how to
get that whole thing up and running.
+** Building the software
+
+Building the software is decribed in the file @file{INSTALL}. Given
+that you are already reading this documentation we can only give some
+extra hints
+
+To comply with the rules on GNU systems you should have build time
+configured @command{dirmngr} using:
+
+@example
+./configure --sysconfdir=/etc --localstatedir=/var
+@end example
+
+This is to make sure that system wide configuration files are searched
+in the directory @file{/etc/gnupg} and variable data below @file{/var};
+the default would be to also install them below @file{/usr/local} where
+the binaries get installed. If you selected to use the
+@option{--prefix=/} you obviously don't need those option as they are
+the default then.
+
+
+
+** Explain how to setup a root CA key as trusted
+
+
Such questions may also help to write a proper installation guide.
[to be written]