1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-23 20:08:04 +01:00

* README: Add --with-zlib, --with-bzip2, and --without-bzip2.

This commit is contained in:
David Shaw 2003-12-01 00:26:30 +00:00
parent e1ff4a3305
commit b4fcffbf88
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2003-11-30 David Shaw <dshaw@jabberwocky.com> 2003-11-30 David Shaw <dshaw@jabberwocky.com>
* README: Add --with-zlib, --with-bzip2, and --without-bzip2.
* README: Update version number. Add BZIP2. Remove Elgamal * README: Update version number. Add BZIP2. Remove Elgamal
sign+encrypt. sign+encrypt.

9
README
View File

@ -489,6 +489,15 @@
Forces usage of the local zlib sources. Default is Forces usage of the local zlib sources. Default is
to use the (shared) library of the system. 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 --with-included-gettext
Forces usage of the local gettext sources instead of Forces usage of the local gettext sources instead of
the one provided by your system. the one provided by your system.