mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* README: Add --with-zlib, --with-bzip2, and --without-bzip2.
This commit is contained in:
parent
e1ff4a3305
commit
b4fcffbf88
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
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
|
||||
sign+encrypt.
|
||||
|
||||
|
|
9
README
9
README
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue