From d7077a7310f89f29485646fb016a3754b68ef59f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 4 Apr 2012 12:46:40 +0100 Subject: debian: Suggest 'apt-get build-dep' to install dependencies. (cherry picked from commit 4b86f1ad03f617e60f68be6153ca75baaaedf754) --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index 020a1cb1..ac7ee153 100644 --- a/README +++ b/README @@ -26,9 +26,16 @@ Fedora/RHEL users: Debian/Ubuntu users: - Take a look at the debian/control file and install everything listed - in "Build-Depends". If that is successful, you don't need to bother - with the rest of this section. + Use: + + apt-get build-dep libguestfs + + to install all build dependencies. If that doesn't work, take a + look at the debian/control file and install everything listed + in "Build-Depends". + + 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. -- cgit