build: xz is required.

It is needed for libguestfs-make-fixed-appliance and many other places.
This commit is contained in:
Richard W.M. Jones
2013-10-22 13:58:33 +01:00
parent 5b89dd4aa1
commit 2a76aa22c7

5
README
View File

@@ -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. |