INSTALL (lzlib-1.12.tar.lz) | : | INSTALL (lzlib-1.13.tar.lz) | ||
---|---|---|---|---|
Requirements | Requirements | |||
------------ | ------------ | |||
You will need a C99 compiler. (gcc 3.3.6 or newer is recommended). | You will need a C99 compiler. (gcc 3.3.6 or newer is recommended). | |||
I use gcc 6.1.0 and 4.1.2, but the code should compile with any standards | I use gcc 6.1.0 and 3.3.6, but the code should compile with any standards | |||
compliant compiler. | compliant compiler. | |||
Gcc is available at http://gcc.gnu.org. | Gcc is available at http://gcc.gnu.org. | |||
The operating system must allow signal handlers read access to objects with | The operating system must allow signal handlers read access to objects with | |||
static storage duration so that the cleanup handler for Control-C can delete | static storage duration so that the cleanup handler for Control-C can delete | |||
the partial output file. (This requirement is for minilzip only). | the partial output file. (This requirement is for minilzip only). | |||
Procedure | Procedure | |||
--------- | --------- | |||
1. Unpack the archive if you have not done so already: | 1. Unpack the archive if you have not done so already: | |||
skipping to change at line 74 | skipping to change at line 74 | |||
'configure' automatically checks for the source code in '.', in '..', and | 'configure' automatically checks for the source code in '.', in '..', and | |||
in the directory that 'configure' is in. | in the directory that 'configure' is in. | |||
'configure' recognizes the option '--srcdir=DIR' to control where to | 'configure' recognizes the option '--srcdir=DIR' to control where to | |||
look for the sources. Usually 'configure' can determine that directory | look for the sources. Usually 'configure' can determine that directory | |||
automatically. | automatically. | |||
After running 'configure', you can run 'make' and 'make install' as | After running 'configure', you can run 'make' and 'make install' as | |||
explained above. | explained above. | |||
Copyright (C) 2009-2021 Antonio Diaz Diaz. | Copyright (C) 2009-2022 Antonio Diaz Diaz. | |||
This file is free documentation: you have unlimited permission to copy, | This file is free documentation: you have unlimited permission to copy, | |||
distribute, and modify it. | distribute, and modify it. | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |