diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-27 17:28:32 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-27 17:28:32 +0200 |
commit | 43636bc513cc6f2a5ebf92015e1d74be981a2225 (patch) | |
tree | 5dc2f1f1564014ca6ac39cc443368f0392777952 /INSTALL | |
parent | 95b03441ccd5483503d9f5455655c256d0932007 (diff) | |
download | librpm-tizen-43636bc513cc6f2a5ebf92015e1d74be981a2225.tar.gz librpm-tizen-43636bc513cc6f2a5ebf92015e1d74be981a2225.tar.bz2 librpm-tizen-43636bc513cc6f2a5ebf92015e1d74be981a2225.zip |
Document libmagic requirement
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ The zlib library for compression support. You might also need/want the zip 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). +The source for the file utility + library is available from + ftp://ftp.astron.com/pub/file/ + The NSS library for encryption. This is available from http://www.mozilla.org/projects/security/pki/nss/ |