From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJv6d-0008AG-Us for qemu-devel@nongnu.org; Thu, 25 Jun 2009 15:59:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJv6Z-00088A-A5 for qemu-devel@nongnu.org; Thu, 25 Jun 2009 15:59:35 -0400 Received: from [199.232.76.173] (port=46813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJv6Z-000887-3V for qemu-devel@nongnu.org; Thu, 25 Jun 2009 15:59:31 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:45321) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJv6X-0006eu-CT for qemu-devel@nongnu.org; Thu, 25 Jun 2009 15:59:29 -0400 Received: by ewy7 with SMTP id 7so2418930ewy.34 for ; Thu, 25 Jun 2009 12:59:27 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v624) Content-Transfer-Encoding: 7bit Message-Id: <525f3c238631310cf349b0e7cc5e45f1@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed From: G 3 Date: Thu, 25 Jun 2009 15:59:23 -0400 Subject: [Qemu-devel] [PATCH] Mac OS X directions for building Qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patch will add information to the documentation web page on how to build Qemu on Mac OS X. Signed-off-by: John Arbuckle --- qemu-doc.texi | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 7747e27..ed2a284 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2336,9 +2336,35 @@ QEMU for Win32. @node Mac OS X @section Mac OS X -The Mac OS X patches are not fully merged in QEMU, so you should look -at the QEMU mailing list archive to have all the necessary -information. + +@itemize + +@item +Download Qemu's source code: @url{http://www.nongnu.org/qemu/download.html}. + +@item Double click on the file to have Stuffit Expander decompress it. + +@item Open the Terminal Application (/Applications/Utilities/Terminal). + +@item In Terminal, change the current directory to Qemu's source code directory. + +@item Type this command then press enter: ./configure --enable-cocoa + +@item Then type this command and press enter: make + +@item Lastly, type this command and press enter: sudo make install + +@item Quit Terminal. + +@item Start up Terminal. + +@item Type "qemu" and push enter. This should launch Qemu. + +@end itemize + + Notes: + + The "configure --enable-cocoa" command will take about a minute to execute. The "make" command could take up to an hour to complete. While it executes, you will see "CC file_name" (with file_name being the current file being worked on) listed down the window. The "sudo make install" will install qemu and each emulator's bios in appropriate directories. @node Index @chapter Index -- 1.6.3.3