1
0
Fork 0

Merging upstream version 1.15~pre1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 21:34:11 +01:00
parent b087096460
commit b607405109
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
13 changed files with 107 additions and 83 deletions

14
INSTALL
View file

@ -35,10 +35,16 @@ extracted from the archive.
./configure CFLAGS+='-D __USE_MINGW_ANSI_STDIO'
3. Run make.
3. Run make
make
to build the library, or
make bin
to build also minilzip.
4. Optionally, type 'make check' to run the tests that come with lzlib.
5. Type 'make install' to install the library and any data files and
@ -52,9 +58,9 @@ extracted from the archive.
You can install only the library or the info manual by typing
'make install-lib' or 'make install-info' respectively.
'make install-bin install-man' installs the program minilzip and its man
page. 'install-bin' installs a shared minilzip if the shared library has
been configured. Else it installs a static minilzip.
'make install-bin' installs the program minilzip and its man page. It
installs a shared minilzip if the shared library has been configured.
Else it installs a static minilzip.
'make install-bin-compress' additionally compresses the man page after
installation.