summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1997-12-16 19:15:06 +0000
committerWerner Koch <wk@gnupg.org>1997-12-16 19:15:06 +0000
commitbb02d5a47f8ecb4d10ef65c9e07baa8919f38971 (patch)
tree1993b7e4ff84d22cc0b9f5ef05228520c3ee50fc /INSTALL
parent774d1d854501d9a9dab07543f7f1ff4b0ee86e44 (diff)
downloadlibgcrypt-bb02d5a47f8ecb4d10ef65c9e07baa8919f38971.tar.gz
added some stuff for signing keys
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29b..2fb9f987 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,26 @@
+
+ 1) Configure for your machine:
+
+ ./configure
+
+ or use
+
+ ./configure --enable-m-debug
+
+ to ebanle the integrated malloc debugging stuff.
+
+
+ 2) Run make:
+
+ make
+
+
+ 3) Install
+
+ make install
+
+
+ 4) You end up with a binary "g10" in /usr/local/bin
+
+
+