summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-04 12:46:40 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-06 20:12:48 +0100
commitd7077a7310f89f29485646fb016a3754b68ef59f (patch)
tree70730ff912fce56784ba31d4a2aefab471cc2d85
parentcf00ec3ff47363e5748cd6c091cde090fc199650 (diff)
downloadlibguestfs-d7077a7310f89f29485646fb016a3754b68ef59f.tar.gz
libguestfs-d7077a7310f89f29485646fb016a3754b68ef59f.tar.xz
libguestfs-d7077a7310f89f29485646fb016a3754b68ef59f.zip
debian: Suggest 'apt-get build-dep' to install dependencies.
(cherry picked from commit 4b86f1ad03f617e60f68be6153ca75baaaedf754)
-rw-r--r--README13
1 files 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.