summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-11 13:41:26 +0100
committerRichard Jones <rjones@redhat.com>2010-09-11 13:42:04 +0100
commite903739935ce32190b1c7b087d2cd9c2d2a7ec88 (patch)
tree9ff6832ed65685f4c4f51b36aa6176bca6538789 /README
parent67fd3a7d99f3001aaf90682e102eba6708d8337a (diff)
downloadlibguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.tar.gz
libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.tar.xz
libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.zip
build: require Augeas for library.
Augeas has been required since we moved the inspection code to C, however we were not correctly enforcing this in configure.ac, nor correctly linking to the library until now.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 16d2c584..aa43bbbc 100644
--- a/README
+++ b/README
@@ -55,6 +55,8 @@ Requirements
- libxml2
+- Augeas (http://augeas.net/)
+
- squashfs-tools (mksquashfs only)
- genisoimage / mkisofs
@@ -63,8 +65,6 @@ Requirements
- (Optional) FUSE to build the FUSE module
-- (Optional) Augeas (http://augeas.net/)
-
- perldoc (pod2man, pod2text) to generate the manual pages and
other documentation.