summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-15 04:08:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-15 04:08:18 +0000
commit7e63a7cbc3db6d7d3ee39cafacccaa69b28ff727 (patch)
treebcc3908e29107273021f3d2a6ac375b6af346735 /README
parentReleasing debian version 1.15~rc1-1. (diff)
downloadlzlib-7e63a7cbc3db6d7d3ee39cafacccaa69b28ff727.tar.xz
lzlib-7e63a7cbc3db6d7d3ee39cafacccaa69b28ff727.zip
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 4f94c31..b52806d 100644
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+See the file INSTALL for compilation and installation instructions.
+
Description
Lzlib is a data compression library providing in-memory LZMA compression and
@@ -10,7 +12,7 @@ are declared in the file 'lzlib.h'. Usage examples of the library are given
in the files 'bbexample.c', 'ffexample.c', and 'minilzip.c' from the source
distribution.
-As 'lzlib.h' can be used by C and C++ programs, it must not impose a choice
+As 'lzlib.h' can be used in C and C++ programs, it must not impose a choice
of system headers on the program by including one of them. Therefore it is
the responsibility of the program using lzlib to include before 'lzlib.h'
some header that declares the type 'uint8_t'. There are at least four such
@@ -74,8 +76,11 @@ LANGUAGE NOTE: Uncompressed = not compressed = plain data; it may never have
been compressed. Decompressed is used to refer to data which have undergone
the process of decompression.
+minilzip uses Arg_parser for command-line argument parsing:
+http://www.nongnu.org/arg-parser/arg_parser.html
+
-Copyright (C) 2009-2024 Antonio Diaz Diaz.
+Copyright (C) 2009-2025 Antonio Diaz Diaz.
This file is free documentation: you have unlimited permission to copy,
distribute, and modify it.