Google了一遍,没找到最新版本0.10.2 for Windows的二进制版本,于是自己编译了一遍源码,放一份二进制在这里,供有需要的的下载。
PS:因为里面自带的Linux.img太大,所以没有带上。
编译步骤:
6.2 Windows
Install the current versions of MSYS and MinGW from http://www.mingw.org/. You can find detailed installation instructions in the download section and the FAQ. Download the MinGW development library of SDL 1.2.x (‘SDL-devel-1.2.x-mingw32.tar.gz’) from http://www.libsdl.org. Unpack it in a temporary place, and unpack the archive ‘i386-mingw32msvc.tar.gz’ in the MinGW tool directory. Edit the ‘sdl-config’ script so that it gives the correct SDL directory when invoked. Extract the current version of QEMU. Start the MSYS shell (file ‘msys.bat’). Change to the QEMU directory. Launch ‘./configure’ and ‘make’. If you have problems using SDL, verify that ‘sdl-config’ can be launched from the MSYS command line. You can install QEMU in ‘Program Files/Qemu’ by typing ‘make install’. Don't forget to copy ‘SDL.dll’ in ‘Program Files/Qemu’.