diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-04 12:46:40 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-06 20:12:48 +0100 |
commit | d7077a7310f89f29485646fb016a3754b68ef59f (patch) | |
tree | 70730ff912fce56784ba31d4a2aefab471cc2d85 | |
parent | cf00ec3ff47363e5748cd6c091cde090fc199650 (diff) | |
download | libguestfs-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-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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. |