Roy Tam wrote: > 2010/4/22 Jun Koi <junkoi2...@gmail.com>: >> Hi, >> >> I want to compile Qemu on Windows (then run it there). Is there any >> instruction on how to do that? >> (I googled around, to no avail) >> > > You will need MinGW(latest stable one), GCC (I use GCC 3.4.5, included > in MinGW), binutils, make, MSYS (for MSYS bash), SDL 1.2 source and > QEMU source. > in MSYS bash, configure and make install libsdl first, and than > configure and make qemu.
Refer qemu-doc.texi under section "Configure QEMU for Windows cross compilation" If you are running Fedora, it becomes really simple.. see the section "Under Fedora Linux.." Thanks, JV > >> Many thanks, >> Jun >> >> >> > >