diff options
author | David Shaw <[email protected]> | 2003-12-01 00:26:30 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-12-01 00:26:30 +0000 |
commit | b4fcffbf88385e8f61ec46b65955f71dc89b3eae (patch) | |
tree | 2a3bb2ab477e1cc557b27f6999fbc719df469678 | |
parent | * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt. (diff) | |
download | gnupg-b4fcffbf88385e8f61ec46b65955f71dc89b3eae.tar.gz gnupg-b4fcffbf88385e8f61ec46b65955f71dc89b3eae.zip |
* README: Add --with-zlib, --with-bzip2, and --without-bzip2.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 9 |
2 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2003-11-30 David Shaw <[email protected]> + * README: Add --with-zlib, --with-bzip2, and --without-bzip2. + * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt. @@ -489,6 +489,15 @@ Forces usage of the local zlib sources. Default is to use the (shared) library of the system. + --with-zlib=<DIR> + Look for the system zlib in DIR. + + --with-bzip2=<DIR> + Look for the system libbz2 in DIR. + + --without-bzip2 + Disable the BZIP2 compression algorithm. + --with-included-gettext Forces usage of the local gettext sources instead of the one provided by your system. |