qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: programmingkidx@gmail.com, qemu-devel@nongnu.org
Subject: RE: [Qemu-devel] making changes to the documentation
Date: Tue, 23 Jun 2009 11:11:29 +0200	[thread overview]
Message-ID: <21208734.707781245748289872.JavaMail.servlet@kundenserver> (raw)

Hi,

>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 


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 
>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.
>
>
>



-- 
--------------------- Laurent@vivier.eu  ---------------------
"Tout ce qui est impossible reste à accomplir"    Jules Verne
"Things are only impossible until they're not" Jean-Luc Picard

             reply	other threads:[~2009-06-23  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-23  9:11 Laurent Vivier [this message]
     [not found] <4a4038e7.8453f10a.7b3b.ffff9781SMTPIN_ADDED@mx.google.com>
2009-06-23  2:46 ` [Qemu-devel] making changes to the documentation G 3

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=21208734.707781245748289872.JavaMail.servlet@kundenserver \
    --to=laurent@vivier.eu \
    --cc=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).