]> git.proxmox.com Git - qemu.git/commit
doc: Update mingw cross compile instructions
authorScott Tsai <scottt.tw@gmail.com>
Fri, 29 Jan 2010 19:28:58 +0000 (03:28 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 10 Feb 2010 17:56:56 +0000 (11:56 -0600)
commitd0a96f3d2a237d65c14661a2c0baebf72a8621bf
tree45c727857778555b989a47b269bb40975522c173
parentafc535acb579a7808d9ff170088c839a29c61dc9
doc: Update mingw cross compile instructions

The "Cross compilation for Windows with Linux" section of qemu-doc.texi
still instructs the user to use 'configure --enable-mingw32'
even after the option was removed in Aug 2008:
http://git.savannah.gnu.org/cgit/qemu.git/commit/?id=cd01b4a312248dd4e12c3d389d1a349cea4015d8

This documentation only change updates the instructions to:
* Remove use of '--enable-mingw32' in the configure example
* Correct the 'sdl-config' script name
* Remove references to i386-mingw32msvc.tar.gz which no longer exists in
  recent SDL releases
* Document the zlib dependency

Signed-off-by: Scott Tsai <scottt.tw@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-doc.texi