Decompressor clarifications.
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 1 Jul 2008 17:22:02 +0000 (20:22 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 11 Jul 2008 10:35:34 +0000 (13:35 +0300)
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
INSTALL

diff --git a/INSTALL b/INSTALL
index 751af2e..42fe403 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ To build RPM you will need several other packages:
 --------------------------------------------------
 
 The zlib library for compression support. You might also need/want
-the zip executable for java jar dependency analysis. All available from
+the unzip executable for java jar dependency analysis. All available from
     http://www.gzip.org/zlib/
 
 The libmagic (aka file) library for file type detection (used by rpmbuild). 
@@ -72,12 +72,13 @@ to configure and libselinux development environment installed. SELinux
 is available from
     http://www.nsa.gov/selinux/
 
-It may be desired to install bzip2 and gzip so that RPM can use these
-formats.  Gzip, is necessary to build packages that contain compressed
+It may be desired to install bzip2, gzip, and lzma so that RPM can use these
+formats.  Gzip is necessary to build packages that contain compressed
 tar balls, these are quite common on the Internet.
 These are availible from
     http://www.gzip.org
     http://www.bzip.org
+    http://tukaani.org/lzma/
 
 If you want to build the Python bindings to RPM library, it can be enabled
 with --enable-python option to configure. You'll need to have Python (>= 2.3)