Tuesday, October 4, 2011

Install QEMU on CentOS 5.5

If you don't want to install it form source, you could simply do:  $ yum install qemu


install it from source:
http://fengweizhang.blogspot.com/2012/03/install-qemu.html

or

Download QEMU version: qemu-0.12.5.tar.gz from wiki.qemu.org/Download
$ tar -xvzf qemu-0.12.5.tar.gz
$ cd qemu-0.12.5
$ ./configure
$ make
$ make install

Note: May have ./configure error saying missing glib-2.0 library. Please go to following website, add the i686 repository to current OS.
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
Download it, and install it
Then do:
$ yum install glib2-devel.i386
$ yum install blid2.i386

No comments: