From 5779c0f49a2c9fe482cb061adf77c4b05f7418cd Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 27 Sep 2011 17:12:47 +0300 Subject: [PATCH] kvm tools: Fix up build instructions on Fedora Fix up build instructions so that people can build the tool on fresh installation of Fedora. Signed-off-by: Pekka Enberg --- tools/kvm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kvm/README b/tools/kvm/README index 5b85461bd96c..7cbf5306db02 100644 --- a/tools/kvm/README +++ b/tools/kvm/README @@ -102,7 +102,7 @@ For rpm based systems: 32-bit: yum install glibc-devel 64-bit: -yum install glibc-devel glibc-devel.i386 +yum install glibc-devel glibc-devel.i686 glibc-static On 64-bit Arch Linux make sure the multilib repository is enabled in your /etc/pacman.conf and run -- 2.39.5