debian: Suggest 'apt-get build-dep' to install dependencies.

This commit is contained in:
Richard W.M. Jones
2012-04-04 12:46:40 +01:00
parent ec162e7d58
commit 4b86f1ad03

13
README
View File

@@ -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.