summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-09-18 15:24:52 +0000
committerWerner Koch <wk@gnupg.org>1998-09-18 15:24:52 +0000
commit41d07973ca468dd49ecd2e06429a72b9b3756949 (patch)
tree5ebd03b9d30a9dd44f1f11dcd3935c0991c10a91 /INSTALL
parenta183c6e9f8a7cbac7127ae987e2f3f0704bd2abf (diff)
downloadlibgcrypt-41d07973ca468dd49ecd2e06429a72b9b3756949.tar.gz
.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7829ec5a..863cc4d5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -77,12 +77,22 @@ You can create them with:
Installation
============
gpg is not installed as suid:root; if you want to do it, do it manually.
+We will use capabilities in the future.
The ~/.gnupg directory will be created if it does not exist. Your first
action should be to create a key pair: "gpg --gen-key".
+Creating a RPM package
+======================
+The file scripts/gnupg-x.x.x.spec is used to build a RPM package:
+ 1. As root, copy the spec file into /usr/src/redhat/SPECS
+ 2. copy the tar file into /usr/src/redhat/SOURCES
+ 3. type: rpm -ba SPECS/gnupg-x.x.x.spec
+
+
+
Basic Installation
==================