From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ22V-0002YD-V7 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:11:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ22R-0002WJ-22 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:11:39 -0400 Received: from [199.232.76.173] (port=34117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ22Q-0002W7-Qc for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:11:34 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]:50777) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ22Q-0000Ce-9I for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:11:34 -0400 Message-Id: <21208734.707781245748289872.JavaMail.servlet@kundenserver> From: Laurent Vivier Subject: RE: [Qemu-devel] making changes to the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Jun 2009 11:11:29 +0200 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: programmingkidx@gmail.com, qemu-devel@nongnu.org Hi, >How do I change the documentation on the page:=20 >http://www.nongnu.org/qemu/qemu-doc.html. I downloaded and edited the=20 >file using Netscape, but when I try using diff to create a patch file,=20 >almost all of the source code shows changes. Maybe someone else could=20 qemu-doc.html is generated from qemu-doc.texi. So: 1- edit qemu-doc.texi 2- make qemu-doc.html 3- check qemu-doc.html 4- if not good goto 1 6- git commit -s qemu-doc.texi 7- git show HEAD 8- git format-patch -1 9- git send-email --to qemu-devel@nongnu.org 0001-*.patch Regards, Laurent >do this for me. I want to change the Mac OS X section for Compiling=20 >from source to say this: > > 6.4 Mac OS X > > * Download Qemu's source=20 >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=20 >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=20 >execute. The "make" command could take up to an hour to complete. While=20 >it executes, you will see "CC file_name" (with file_name being the=20 >current file being worked on) listed down the window. >The "sudo make install" will install qemu and each emulator's bios in=20 >appropriate directories. > > > --=20 --------------------- Laurent@vivier.eu --------------------- "Tout ce qui est impossible reste =C3=A0 accomplir" Jules Verne "Things are only impossible until they're not" Jean-Luc Picard