docs: building: Document additional deps needed to build from git.

Also document the gettext (C library) dependency which was missing.
This commit is contained in:
Richard W.M. Jones
2016-10-25 11:57:47 +01:00
parent 54979e8842
commit 8823247bd5

View File

@@ -118,6 +118,8 @@ Optional (but recommended) if compiling from tarball.
=item automake
=item gettext
I<Required> 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<autoconf>,
C<automake>, C<gettext>, OCaml findlib and po4a when building from
git.
git clone https://github.com/libguestfs/libguestfs
cd libguestfs
./autogen.sh