summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 09:51:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 10:41:35 +0000
commit26b83028e3780d376c7941705cd815362c48747c (patch)
treeac524db76f5def03a0c6eaf9b37acedd5c27ed16 /INSTALL
parentReleasing debian version 0.4-3. (diff)
downloadtarlz-26b83028e3780d376c7941705cd815362c48747c.tar.xz
tarlz-26b83028e3780d376c7941705cd815362c48747c.zip
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c05e8a8..680cacf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,6 +3,9 @@ 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.
Gcc is available at http://gcc.gnu.org.
Lzlib is available at http://www.nongnu.org/lzip/lzlib.html.
@@ -24,6 +27,10 @@ the main archive.
cd tarlz[version]
./configure
+ To link against a lzlib not installed in a standard place, use:
+
+ ./configure CPPFLAGS='-I<dir_of_lzlib.h>' LDFLAGS='-L<dir_of_liblz.a>'
+
3. Run make.
make