summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 02:38:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 02:38:59 +0000
commita368a5b6742b7854f04058a862695a66fc1bb610 (patch)
tree969f7e0b7a42802e16f096818a1df8f6df96087b /INSTALL
parentAdding upstream version 1.14. (diff)
downloadlzlib-upstream.tar.xz
lzlib-upstream.zip
Adding upstream version 1.15~pre1.upstream/1.15_pre1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 275b69b..570247e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.