From 2a76aa22c7105aa165d8fee6360ca6dbaf4027c3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 22 Oct 2013 13:58:33 +0100 Subject: [PATCH] build: xz is required. It is needed for libguestfs-make-fixed-appliance and many other places. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index e171ee5aa..27c3eecff 100644 --- a/README +++ b/README @@ -102,6 +102,9 @@ The full requirements are described below. +--------------+-------------+---+-----------------------------------------+ | augeas | 1.0.0 | R | | +--------------+-------------+---+-----------------------------------------+ +| xz | | R | Used to compress disk images. | +| | | | Used by virt-builder for compression. | ++--------------+-------------+---+-----------------------------------------+ | po4a | |R/O| Required if compiling from git. | | | | | Optional if compiling from tarball. | | | | | For localizing man pages. | @@ -167,8 +170,6 @@ The full requirements are described below. | gpg | | O | Used by virt-builder for digital | | | | | signatures | +--------------+-------------+---+-----------------------------------------+ -| xz | | O | Used by virt-builder for compression | -+--------------+-------------+---+-----------------------------------------+ | findlib | | O | For the OCaml bindings. | +--------------+-------------+---+-----------------------------------------+ | ocaml-gettext| | O | For localizing OCaml virt-* tools. |