* [Qemu-devel] [PATCH] Mac OS X directions for building Qemu
@ 2009-06-25 19:59 G 3
0 siblings, 0 replies; only message in thread
From: G 3 @ 2009-06-25 19:59 UTC (permalink / raw)
To: qemu-devel
This patch will add information to the documentation web page on how to
build Qemu on Mac OS X.
Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-25 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-25 19:59 [Qemu-devel] [PATCH] Mac OS X directions for building Qemu G 3
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).