summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 21f732c97..f6e9a41ba 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1239,8 +1239,8 @@ svn checkout -r5447 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<li>
<p>
New top-level Makefiles: <code>Makefile.unix</code> and <code>Makefile.win</code> (along with numerous changes to other make-related files).
- This adds basic support for building NuttX natively under Windows from a <code>CMD.exe</code> window (rather than in a POSIX-like environment).
- This build: (1) Uses all Windows style paths, (2) Uses primarily Windows batch commands from <code>CMD.exe</code>, with (3) a few extensions from <i>GNUWin32</i>.
+ This adds basic support for building NuttX natively under from Windows console (rather than in a POSIX-like environment).
+ This build: (1) Uses all Windows style paths, (2) Uses primarily standard Windows batch commands with (3) a few additional commands from <i>GNUWin32</i> (such as GNU make).
</p>
<p>
This capability should still be considered a work in progress because: (1) It has not been verfied on all targets and tools, and (2) it still lacks some of the creature-comforts of the more mature environments (like a functional <code>configure.sh</code> script and <code>make menuconfig</code> support).
@@ -3202,7 +3202,7 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
<td><br></td>
<td>
<p>
- Build support has been added to support building natively in a Windes <code>CMD.exe</code> rather than in a POSIX-like environment.
+ Build support has been added to support building natively in a Windows console rather than in a POSIX-like environment.
</p>
<p>
This build:
@@ -3221,10 +3221,10 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
</p>
<ul>
<li>
- <b><code>CMD.exe</code> Shell</b>.
- The build must be performed in a Windows <code>CMD.exe</code shell.
- This may be the standard <code>cmd</code> shell that comes with Windows.
- I prefer the ConEmu command shell which can be downloaded from:
+ <b>Windows Console</b>.
+ The build must be performed in a Windows console window.
+ This may be using the standard <code>CMD.exe</code> terminal that comes with Windows.
+ I prefer the ConEmu terminal which can be downloaded from:
http://code.google.com/p/conemu-maximus5/
</li>
<li>