summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-03-06 13:43:17 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-03-06 13:43:17 +0200
commite9cc481202429ed06b2b0b14cb1b1065df6c8ba7 (patch)
tree921d607393a82c9e6ad28e9af412fbb70ab13e56
parent095e1ba71d28300a31bf411f1e9045bbb539a130 (diff)
downloadrpm-e9cc481202429ed06b2b0b14cb1b1065df6c8ba7.tar.gz
rpm-e9cc481202429ed06b2b0b14cb1b1065df6c8ba7.tar.bz2
rpm-e9cc481202429ed06b2b0b14cb1b1065df6c8ba7.zip
Document libcap, libacl in INSTALL
-rw-r--r--INSTALL12
1 files changed, 10 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 3961f4a8a..cc72c222f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -80,19 +80,27 @@ to configure and libselinux development environment installed. SELinux
is available from
http://www.nsa.gov/selinux/
-It may be desired to install bzip2, gzip, and lzma so that RPM can use these
+It may be desired to install bzip2, gzip, and xz/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/
+ http://tukaani.org/xz/
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)
runtime and C API development environment installed, this is available from
http://www.python.org/
+To enable POSIX.1e draft 15 file capabilities support, configure with
+--with-cap. You'll also need recent libcap, available from:
+ http://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/
+
+To enable POSIX 1003.1e draft 17 ACL verification support, configure with
+--with-acl. You'll also need the ACL library, available from:
+ ftp://oss.sgi.com/projects/xfs/cmd_tars/
+
For best results you should compile with GCC and GNU Make. Users have
reported difficulty with other build tools (any patches to lift these
dependencies are welcome). Both GCC and GNU Make available from