qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Mac OS X directions for building Qemu


From: G 3
Subject: [Qemu-devel] [PATCH] Mac OS X directions for building Qemu
Date: Thu, 25 Jun 2009 15:59:23 -0400

This patch will add information to the documentation web page on how to build Qemu on Mac OS X.

Signed-off-by: John Arbuckle <address@hidden>
---
 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.
+
address@hidden
+
address@hidden
+Download Qemu's source code: @url{http://www.nongnu.org/qemu/download.html}.
+
address@hidden
Double click on the file to have Stuffit Expander decompress it.
+
address@hidden
Open the Terminal Application (/Applications/Utilities/Terminal).
+
address@hidden
In Terminal, change the current directory to Qemu's source code directory.
+
address@hidden
Type this command then press enter: ./configure --enable-cocoa
+
address@hidden
Then type this command and press enter: make
+
address@hidden
Lastly, type this command and press enter: sudo make install
+
address@hidden
Quit Terminal.
+
address@hidden
Start up Terminal.
+
address@hidden
Type "qemu" and push enter. This should launch Qemu.
+
address@hidden 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]