summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 16:00:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 16:00:38 +0000
commite2a52b6973fc9cbc6f751d62c8ce31de5968cf32 (patch)
treecf47cb5443dcde17491a0f70bc372911c447e096 /nuttx/README.txt
parenta4cb4580751c411623aa8285c6d86cb5cbf38a88 (diff)
downloadnuttx-e2a52b6973fc9cbc6f751d62c8ce31de5968cf32.tar.gz
nuttx-e2a52b6973fc9cbc6f751d62c8ce31de5968cf32.tar.bz2
nuttx-e2a52b6973fc9cbc6f751d62c8ce31de5968cf32.zip
Renaming some files in tools/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5476 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index c00f086a1..bfd057351 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -41,6 +41,10 @@ Installing Cygwin
tiny setup.exe program and it does the real, internet installation
for you.
+ NOTE: NuttX can also be installed and built on a native Windows
+ system, but with some loss of tool functionality (see the
+ discussion "Native Windows Build" below).
+
Some Cygwin installation tips:
1. Install at C:\cygwin
@@ -61,8 +65,9 @@ Installing Cygwin
After installing Cygwin, you will get lots of links for installed
tools and shells. I use the RXVT native shell. It is fast and reliable
and does not require you to run the Cygwin X server (which is neither
- fast nor reliable). The rest of these instructions assume that you
- are at a bash command line prompt in either Linux or in Cygwin shell.
+ fast nor reliable). Unless otherwise noted, the rest of these
+ instructions assume that you are at a bash command line prompt in
+ either Linux or in Cygwin shell.
Download and Unpack
-------------------