Thursday, October 17, 2013

Qemu installation on CentOS 6.4 x64

After a lot of attempts, finally i found a procedure that works for CentOS 6.4.

1. install dependencies (run as root)
yum install ncurses ncurses-devel zlib zlib-devel SDL SDL-devel libpcap libpcap-devel


2.  Download and compile Qemu.

wget http://download.savannah.gnu.org/releases/qemu/qemu-0.11.0.tar.gz

extract and go to extracted file folder location, download patch and run.

 wget http://downloads.sourceforge.net/gns-3/qemu-0.11.0-olive.patch?download

 patch -p1 -i qemu-0.11.0-olive.patch?download

./configure --target-list=i386-softmmu

for x64
./configure --target-list=x86_64-softmmu

make

make install

 3. Configure Qemu Preferences and Test Settings.


No comments:

Post a Comment