1
0
Fork 0

Merging upstream version 1.12~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 06:02:28 +01:00
parent 411f37263d
commit d5110769e8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
29 changed files with 1120 additions and 662 deletions

10
INSTALL
View file

@ -1,6 +1,6 @@
Requirements
------------
You will need a C++98 compiler with suport for 'long long'.
You will need a C++98 compiler with support for 'long long'.
(gcc 3.3.6 or newer is recommended).
I use gcc 6.1.0 and 3.3.6, but the code should compile with any standards
compliant compiler.
@ -32,8 +32,8 @@ Procedure
or
lzip -cd zutils[version].tar.lz | tar -xf -
This creates the directory ./zutils[version] containing the source from
the main archive.
This creates the directory ./zutils[version] containing the source code
extracted from the archive.
2. Change to zutils directory and run configure.
(Try 'configure --help' for usage instructions).
@ -68,8 +68,8 @@ object files and executables to go and run the 'configure' script.
'configure' automatically checks for the source code in '.', in '..', and
in the directory that 'configure' is in.
'configure' recognizes the option '--srcdir=DIR' to control where to
look for the sources. Usually 'configure' can determine that directory
'configure' recognizes the option '--srcdir=DIR' to control where to look
for the source code. Usually 'configure' can determine that directory
automatically.
After running 'configure', you can run 'make' and 'make install' as