diff options
Diffstat (limited to 'INSTALL')
-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. |