From 8823247bd50c17e00ffb250e4239c88164e37050 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 25 Oct 2016 11:57:47 +0100 Subject: [PATCH] docs: building: Document additional deps needed to build from git. Also document the gettext (C library) dependency which was missing. --- docs/guestfs-building.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index 17b0373ae..0593acb76 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -118,6 +118,8 @@ Optional (but recommended) if compiling from tarball. =item automake +=item gettext + I if compiling from git. Optional if compiling from tarball. @@ -414,6 +416,10 @@ Optional. Library for filesystem forensics analysis. =head1 BUILDING FROM GIT +You will need to install additional dependencies C, +C, C, OCaml findlib and po4a when building from +git. + git clone https://github.com/libguestfs/libguestfs cd libguestfs ./autogen.sh