Re: [Qemu-devel] [PATCH] configure: helpfully output package names for some missing dependencies.

2014-01-23 Thread Peter Maydell
On 23 January 2014 06:21, Stefan Weil s...@weilnetz.de wrote: My personal impression is that the current hints in configure are sufficient (with the one exception DTC) and that the QEMU wiki is a better place to document build dependencies for the different platforms. I tend to agree, with the

Re: [Qemu-devel] [PATCH] configure: helpfully output package names for some missing dependencies.

2014-01-23 Thread Stewart Smith
Stefan Weil s...@weilnetz.de writes: Am 23.01.2014 05:54, schrieb Stewart Smith: diff --git a/configure b/configure index 3782a6a..87303f6 100755 --- a/configure +++ b/configure @@ -1532,7 +1532,9 @@ EOF : else error_exit zlib check failed \ -Make sure

[Qemu-devel] [PATCH] configure: helpfully output package names for some missing dependencies.

2014-01-22 Thread Stewart Smith
This just makes it a tiny bit easier for new developers to get started by making it easy to see what package they need to install to get the dependency. Signed-off-by: Stewart Smith stew...@linux.vnet.ibm.com --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff

Re: [Qemu-devel] [PATCH] configure: helpfully output package names for some missing dependencies.

2014-01-22 Thread Stefan Weil
Hi Steward, Am 23.01.2014 05:54, schrieb Stewart Smith: This just makes it a tiny bit easier for new developers to get started by making it easy to see what package they need to install to get the dependency. Signed-off-by: Stewart Smith stew...@linux.vnet.ibm.com --- configure | 12