diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-25 10:56:52 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-25 11:13:21 +0100 |
commit | 41cd0e302d6554facd6b9f7daaa78304361efaef (patch) | |
tree | 18c6361a122c7e707230d32574e94bf909822733 /README | |
parent | 316817b5ad98e294a9d2498a4403e82911a75b4a (diff) | |
download | libguestfs-41cd0e302d6554facd6b9f7daaa78304361efaef.tar.gz libguestfs-41cd0e302d6554facd6b9f7daaa78304361efaef.tar.xz libguestfs-41cd0e302d6554facd6b9f7daaa78304361efaef.zip |
Require PCRE library.
This library is widely available in distros.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,12 +58,12 @@ For basic functionality and the C tools: - gperf +- pcre (Perl Compatible Regular Expressions C library) + - genisoimage (NOT mkisofs any more) - hivex >= 1.2.7 (http://libguestfs.org/download) (optional) -- pcre (Perl Compatible Regular Expressions C library) (optional) - - libmagic (the library that corresponds to the 'file' command) (optional) - libvirt (optional) |