From bfeec130926fb308cf3d0d13e1619ffa007b4a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 Jan 2025 05:08:14 +0100 Subject: Adding upstream version 1.15. Signed-off-by: Daniel Baumann --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit v1.2.3