mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user