From: G 3 <programmingkidx@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Mac OS X directions for building Qemu
Date: Thu, 25 Jun 2009 15:59:23 -0400 [thread overview]
Message-ID: <525f3c238631310cf349b0e7cc5e45f1@gmail.com> (raw)
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
reply other threads:[~2009-06-25 19:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=525f3c238631310cf349b0e7cc5e45f1@gmail.com \
--to=programmingkidx@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).