diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-23 17:42:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-23 17:42:00 +0000 |
commit | aa4d2adf37f7449dd1a99df517de0a9ee97867bd (patch) | |
tree | 64105f8a638430ae309b44e2a745ff3c027b2eb1 /INSTALL | |
parent | Adding upstream version 0.8. (diff) | |
download | tarlz-aa4d2adf37f7449dd1a99df517de0a9ee97867bd.tar.xz tarlz-aa4d2adf37f7449dd1a99df517de0a9ee97867bd.zip |
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,11 +1,10 @@ Requirements ------------ You will need a C++ compiler and the lzlib compression library installed. -I use gcc 5.3.0 and 4.1.2, but the code should compile with any -standards compliant compiler. -Lzlib must be version 1.0 or newer, but --keep-damaged requires lzlib -1.11-rc2 or newer to recover as much data as possible from each damaged -member. +I use gcc 5.3.0 and 4.1.2, but the code should compile with any standards +compliant compiler. +Lzlib must be version 1.0 or newer, but --keep-damaged requires lzlib 1.11 +or newer to recover as much data as possible from each damaged member. Gcc is available at http://gcc.gnu.org. Lzlib is available at http://www.nongnu.org/lzip/lzlib.html. @@ -66,7 +65,7 @@ After running 'configure', you can run 'make' and 'make install' as explained above. -Copyright (C) 2013-2018 Antonio Diaz Diaz. +Copyright (C) 2013-2019 Antonio Diaz Diaz. This file is free documentation: you have unlimited permission to copy, distribute and modify it. |