diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-13 09:09:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-13 09:09:47 +0000 |
commit | 4df170936f7f58b339410b3d112ecf6b112319ab (patch) | |
tree | 3342e916fd60a5ccb8e50461b52d824930b072dd /INSTALL | |
parent | Adding upstream version 0.15. (diff) | |
download | tarlz-a2308ea96bdb160bb083c28ded6a20e4bb3c7ed0.tar.xz tarlz-a2308ea96bdb160bb083c28ded6a20e4bb3c7ed0.zip |
Adding upstream version 0.16.upstream/0.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 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 +I use gcc 6.1.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. |