From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4yfe-0000Le-0g for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:50:30 -0400 Received: from [140.186.70.92] (port=35451 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4yfc-0000Kj-KG for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4yfX-0002UU-76 for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:50:28 -0400 Received: from mail-qy0-f188.google.com ([209.85.221.188]:40278) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4yfX-0002UO-36 for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:50:23 -0400 Received: by qyk26 with SMTP id 26so2605281qyk.19 for ; Thu, 22 Apr 2010 08:50:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Roy Tam Date: Thu, 22 Apr 2010 23:50:01 +0800 Message-ID: Subject: Re: [Qemu-devel] Compile Qemu on Windows? Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: qemu-devel@nongnu.org 2010/4/22 Jun Koi : > 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. > Many thanks, > Jun > > >