From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIw2D-000587-Oi for qemu-devel@nongnu.org; Mon, 22 Jun 2009 22:46:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIw28-00054F-Ax for qemu-devel@nongnu.org; Mon, 22 Jun 2009 22:46:56 -0400 Received: from [199.232.76.173] (port=56996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIw28-00054C-3h for qemu-devel@nongnu.org; Mon, 22 Jun 2009 22:46:52 -0400 Received: from mail-yx0-f192.google.com ([209.85.210.192]:48622) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIw27-0004RG-QJ for qemu-devel@nongnu.org; Mon, 22 Jun 2009 22:46:51 -0400 Received: by yxe30 with SMTP id 30so5385952yxe.4 for ; Mon, 22 Jun 2009 19:46:50 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v624) In-Reply-To: <4a4038e7.8453f10a.7b3b.ffff9781SMTPIN_ADDED@mx.google.com> References: <4a4038e7.8453f10a.7b3b.ffff9781SMTPIN_ADDED@mx.google.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: G 3 Date: Mon, 22 Jun 2009 22:46:46 -0400 Subject: [Qemu-devel] making changes to the documentation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org How do I change the documentation on the page: http://www.nongnu.org/qemu/qemu-doc.html. I downloaded and edited the file using Netscape, but when I try using diff to create a patch file, almost all of the source code shows changes. Maybe someone else could do this for me. I want to change the Mac OS X section for Compiling from source to say this: 6.4 Mac OS X * Download Qemu's source code:http://www.nongnu.org/qemu/download.html * Double click on the file to have Stuffit Expander decompress it. * Open the Terminal Application (/Applications/Utilities/Terminal). * In Terminal, change the current directory to Qemu's source code directory. * Type this command then press enter: ./configure --enable-cocoa * Then type this command and press enter: make * Lastly, type this command and press enter: sudo make install * Quit Terminal. * Start up Terminal. * Type "qemu" and push enter. 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.