diff options
author | Werner Koch <wk@gnupg.org> | 1998-01-12 11:18:17 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-01-12 11:18:17 +0100 |
commit | ed3609258828942808702a07ef2986d7328efa3f (patch) | |
tree | 185f17c055b38fee37bc0090789dcf96a1535c8c /README | |
parent | patchlevel 2 (diff) | |
download | gnupg2-ed3609258828942808702a07ef2986d7328efa3f.tar.xz gnupg2-ed3609258828942808702a07ef2986d7328efa3f.zip |
started with trust stuff
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -42,6 +42,24 @@ + Installation + ------------ + + 1) "./configure" + + to enable the integrated malloc debugging stuff, use: + + "./configure --enable-m-debug" + + 2) "make" + + 3) "make install" + + 4) You end up with a binary "g10" in /usr/local/bin + + + + Resources --------- G10 needs a directory "~/.g10" to store the default keyrings |