From 264f7ae9ddcd92270ab230b1448d67583eed3682 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 25 Jun 2018 08:43:55 +0100 Subject: [PATCH] docs: building: autotools and gettext must be installed separately. Thanks: Nir Soffer --- docs/guestfs-building.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index db429f1a9..72b6a6d0e 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -35,16 +35,19 @@ Run the tools from the source directory, or install. On Fedora, use L to install all the requirements: dnf builddep libguestfs + dnf install autoconf automake libtool gettext-devel On systems still using L, do: yum-builddep libguestfs + yum install autoconf automake libtool gettext-devel =head2 Short cut for Debian or Ubuntu users Use APT to install all the requirements: apt-get build-dep libguestfs + apt-get install autoconf automake libtool-bin gettext If that command doesn't work, take a look at the Debian source package L, at the list of