From 4f51519c9feaba5a0da9e43886415bb32dcc2049 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 7 Jan 2015 15:07:07 +0100 Subject: [PATCH] ocaml: findlib is required when building from git Update README according to the current requirement. Thanks to: Gabriele Cerami. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 9962ae880..5915e61de 100644 --- a/README +++ b/README @@ -86,6 +86,10 @@ The full requirements are described below. | | | | Optional if compiling from tarball. | | | | | To build generated files and OCaml bindings. +--------------+-------------+---+-----------------------------------------+ +| findlib | |R/O| Required if compiling from git. | +| | | | Optional if compiling from tarball. | +| | | | To build generated files and OCaml bindings. ++--------------+-------------+---+-----------------------------------------+ | autotools | |R/O| Required if compiling from git. | | | | | Optional if compiling from tarball. | | | | | Autotools-based build system. | @@ -184,8 +188,6 @@ The full requirements are described below. | python-evtx | | O | Used by virt-log to parse Windows | | | | | Event Log files. | +--------------+-------------+---+-----------------------------------------+ -| findlib | | O | For the OCaml bindings. | -+--------------+-------------+---+-----------------------------------------+ | ocaml-gettext| | O | For localizing OCaml virt-* tools. | +--------------+-------------+---+-----------------------------------------+ | Python | 2.2 | O | For the Python bindings. |