diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:42:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:42:58 +0000 |
commit | 4219517fc30d7f22e4d18b09eabf6b1eeb8fe4c7 (patch) | |
tree | 969f7e0b7a42802e16f096818a1df8f6df96087b /INSTALL | |
parent | Adding upstream version 1.14. (diff) | |
download | lzlib-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 '')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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. |