summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-07-28 15:38:57 +0100
committerRichard Jones <rjones@redhat.com>2010-08-17 14:09:25 +0100
commitad4cff2625651bda9de25de9aba96bdf213d0a0a (patch)
tree29a488133d76136a99741d8cc946d463812d5812 /README
parent3cd272fc6acb043b4002dbcbbf741cecbc4820be (diff)
downloadlibguestfs-ad4cff2625651bda9de25de9aba96bdf213d0a0a.tar.gz
libguestfs-ad4cff2625651bda9de25de9aba96bdf213d0a0a.tar.xz
libguestfs-ad4cff2625651bda9de25de9aba96bdf213d0a0a.zip
New API: file-architecture
This change simply converts the existing Perl-only function file_architecture into a core API call. The core API call is written in C and available in all languages and from guestfish.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index ea1da1fb..867bc562 100644
--- a/README
+++ b/README
@@ -48,6 +48,10 @@ Requirements
- XDR, rpcgen (on Linux these are provided by glibc)
+- pcre (Perl Compatible Regular Expressions C library)
+
+- libmagic (the library that corresponds to the 'file' command)
+
- squashfs-tools (mksquashfs only)
- genisoimage / mkisofs