diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 21f732c9704..f6e9a41baec 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1239,8 +1239,8 @@ svn checkout -r5447 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
New top-level Makefiles: Makefile.unix and Makefile.win (along with numerous changes to other make-related files).
- This adds basic support for building NuttX natively under Windows from a CMD.exe window (rather than in a POSIX-like environment).
- This build: (1) Uses all Windows style paths, (2) Uses primarily Windows batch commands from CMD.exe, with (3) a few extensions from GNUWin32.
+ 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 GNUWin32 (such as GNU make).
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 configure.sh script and make menuconfig support).
@@ -3202,7 +3202,7 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.
- Build support has been added to support building natively in a Windes CMD.exe 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.
This build: @@ -3221,10 +3221,10 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.
CMD.exe Shell.
- The build must be performed in a Windows CMD.execmd shell that comes with Windows.
- I prefer the ConEmu command shell which can be downloaded from:
+ Windows Console.
+ The build must be performed in a Windows console window.
+ This may be using the standard CMD.exe terminal that comes with Windows.
+ I prefer the ConEmu terminal which can be downloaded from:
http://code.google.com/p/conemu-maximus5/