diff options
author | Richard Jones <rjones@redhat.com> | 2010-07-28 15:38:57 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-08-17 14:09:25 +0100 |
commit | ad4cff2625651bda9de25de9aba96bdf213d0a0a (patch) | |
tree | 29a488133d76136a99741d8cc946d463812d5812 /README | |
parent | 3cd272fc6acb043b4002dbcbbf741cecbc4820be (diff) | |
download | libguestfs-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-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |