From 5a7a494ba28f0dfaa5792f70585ca4dfe3c3051a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 8 Dec 2022 16:52:49 +0100 Subject: Merging upstream version 1.12~rc1. Signed-off-by: Daniel Baumann --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a5f5afe..91f1f39 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3