summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-13 20:58:46 +0000
committerWerner Koch <wk@gnupg.org>1998-02-13 20:58:46 +0000
commit19be043fd0bc1683edd1cc78d0b94c15dbec085f (patch)
treeefd94956d4a76671a78ec73687d847567785a7ea /INSTALL
parent5875b2a7be7f563e675738fa7d776fdac0b1dcfe (diff)
downloadlibgcrypt-19be043fd0bc1683edd1cc78d0b94c15dbec085f.tar.gz
added option export
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL47
1 files changed, 47 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c5242221..13ab8a52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,50 @@
+
+Please read the Basic Installation section somewhere below.
+
+Configure options for G10
+=========================
+
+--with-zlib Forces usage of the local zlib sources. Default is
+ to use the (sahred) library of the system.
+
+--without-nls Disable NLS support
+
+--enable-m-debug Compile with the integrated malloc debugging stuff.
+ This makes the program slower but is checks every
+ free operation and can be used to create statistics
+ of memory usage. If this option is used the program
+ option "--debug 32" displays every call to a a malloc
+ function (this makes the program *really* slow), the
+ option "--debug 128" displays a memory statistic after
+ the program run.
+
+Problems
+========
+
+If you have compile problems, use the configure options "--with-zlib" and
+"--without-nls".
+
+I cant check alls assembles files; so if you have problems assembling them
+(or the program crashes), simply delete the files in the mpi/<cpu> directory.
+The configure scripts may consider several subdirectories to get all
+available assembler files; be sure to delete the correct ones. The
+assembler replacements are in C and in mpi/generic; never delete udiv-qrnnd.S
+in any CPU directory, because there maybe no C substitute.
+Don't forget to delete "config.cache" and run "./config.status --recheck".
+
+
+
+
+Installation
+============
+G10 is not installed as suid:root; if you want to use it, do it manually
+(only g10, not g10maint).
+
+You have to create the ~/.g10 directory manually. Your first action after
+this should be to create a key pair: "g10 --gen-key".
+
+
+
Basic Installation
==================