Adding upstream version 1.12~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6110e8b394
commit
1fcd9bc933
29 changed files with 1120 additions and 662 deletions
10
INSTALL
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue