Sounds odd. Either way, as I pointed out in IRC it's another perfect example of the Linux community attempting to get more mainstream attention and shooting itself in the foot at the same time. Heads up:
Once you have something like this, more than 90% will immediately close the browser window:
You need to rebuild QEMU -- I learned how by following instructions in a QEMU forum (see Resources). Get these packages:
* The Minimalist GNU for Windows components:
o MinGW. This collection of freely available and freely distributable Windows-specific header files and import libraries combined with GNU toolsets allows you to produce native Windows programs that do not rely on any third-party C runtime DLLs.
o MSYS, a Minimal SYStem. This allows POSIX/Bourne configuration scripts to execute and create a makefile used by make.
o msysDTK. These add-ons for MSYS include telnet and rlogin.
* SDL, Simple DirectMedia Layer. This cross-platform multimedia library is designed to provide low-level access to audio, keyboard, mouse, joystick, and 3D hardware via OpenGL and 2D video framebuffer.
* zlib. This lossless data-compression library can be used on virtually any computer hardware and operating system, required by SDL.
* directx. This is required when SDL runs under Windows.
* Inno Setup. This is a free installer for Windows programs.
In short, "The perceived difficulty [...] of installing Linux" is not perceived at all.