From 4b86f1ad03f617e60f68be6153ca75baaaedf754 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 4 Apr 2012 12:46:40 +0100 Subject: [PATCH] debian: Suggest 'apt-get build-dep' to install dependencies. --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index 6829890a2..2d913aa4a 100644 --- a/README +++ b/README @@ -26,11 +26,18 @@ Fedora/RHEL users: Debian/Ubuntu users: - Take a look at the Debian source package: + Use: + + apt-get build-dep libguestfs + + to install all build dependencies. If that doesn't work, take a + look at the Debian source package: http://packages.debian.org/source/libguestfs at the list of 'build-depends' and 'build-depends-indep', and - install everything listed there. If that is successful, you don't - need to bother with the rest of this section. + install everything listed there. + + If either of those techniques is successful, you don't need to + bother with the rest of this section. The full requirements are described below.