summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-13 22:47:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-13 22:47:04 +0000
commitae88b2079b49f803947d60fb094f60d2a7522a25 (patch)
treed55d3b728a90881570ec67cf2a26ad0138bcb1bc /nuttx/README.txt
parent7cbeae30b426e0912d1814c76e6223fb0842a9fc (diff)
downloadnuttx-ae88b2079b49f803947d60fb094f60d2a7522a25.tar.gz
nuttx-ae88b2079b49f803947d60fb094f60d2a7522a25.tar.bz2
nuttx-ae88b2079b49f803947d60fb094f60d2a7522a25.zip
Fix error in strrch()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3501 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rwxr-xr-xnuttx/README.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 7b149a06f..41d18f5de 100755
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -51,6 +51,39 @@ Download and Unpack:
match the various instructions in the documentation and some scripts
in the source tree.
+Semi-Optional apps/ package.
+
+ All NuttX libraries and example code used to be in included within
+ the NuttX source tree. As of NuttX-6.0, this application code was
+ moved into a separate tarball, the apps tarball. If you are just
+ beginning with NuttX, then you will want to download the versioned
+ apps tarball along with the NuttX tarball. If you already have your
+ own product application directory, then you may not need the apps
+ tarball.
+
+ It is call "Semi-optional" because if you don't have some apps/
+ directory, NuttX will *fail* to build!
+
+ Download the unpack the apps tarball in the same directly where you
+ unpacked the NuttX tarball. After you unpack the apps tarball, you
+ will have a new directory called apps-versioin (where the version
+ should exactly match the version of the NuttX tarball). Again, you
+ might want to rename the directory to simply apps/ to match what
+ you read in the documentation
+
+ After unpacking the apps tarball, you will have two directories side
+ by side like this:
+
+ |
+ +----+----+
+ | |
+ nuttx/ apps/
+
+ This is important because the NuttX build will expect to find the
+ apps directory in that (default) location. )That default location
+ can be changed by editting your NuttX configuration file, but that
+ is another story).
+
Installation Directories with Spaces in the Path
The nuttx build directory should reside in a path that contains no