summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2008-07-01 20:22:02 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-07-11 13:35:34 +0300
commit6b3a81c5ddcd5a3f55af984cd33b7280f31e3c1f (patch)
treea3bea71fb52453dbdeea554e3826307613efb059 /INSTALL
parent78d829a3011c07f03e1e4db4b3ba128f88591c9b (diff)
downloadrpm-6b3a81c5ddcd5a3f55af984cd33b7280f31e3c1f.tar.gz
Decompressor clarifications.
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 751af2e0d..42fe403ce 100644
--- 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)