From b118c96a33af6fdb6a490d210447e84c2421cf69 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 5 Aug 2019 17:01:49 -0600 Subject: [PATCH] Update configurations instructions in README.txt files to show ':' delimiter vs '/' delimiter. --- README.txt | 4 ++-- graphics/nxwidgets/UnitTests/README.txt | 3 +-- graphics/traveler/tools/libwld/README.txt | 2 +- graphics/traveler/tools/tcledit/README.txt | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 067852494..2afca4b35 100644 --- a/README.txt +++ b/README.txt @@ -44,7 +44,7 @@ ways to do that: like: make APPDIR= or make CONFIG_APPS_DIR= 3) When you configure NuttX using tools/configure.sh, you can provide that path to the application directory on the configuration command line - like: ./configure.sh -a / + like: ./configure.sh -a : Built-In Applications --------------------- @@ -216,7 +216,7 @@ A: Here are three: b) Add a symbolic link to MyApplication at apps/external c) Configure NuttX (usually by: - tools/configure.sh MyBoard/MyConfiguration + tools/configure.sh MyBoard:MyConfiguration Use of the name ''apps/external'' is suggested because that name is included in the .gitignore file and will save you some nuisance diff --git a/graphics/nxwidgets/UnitTests/README.txt b/graphics/nxwidgets/UnitTests/README.txt index 37197ef60..607b8cfcf 100644 --- a/graphics/nxwidgets/UnitTests/README.txt +++ b/graphics/nxwidgets/UnitTests/README.txt @@ -46,8 +46,7 @@ Installing and Building the Unit Tests cd make distclean - cd tools - ./configure.sh sim/nsh2 + tools/configure.sh sim:nsh2 Where: diff --git a/graphics/traveler/tools/libwld/README.txt b/graphics/traveler/tools/libwld/README.txt index 801795787..a2188d28e 100644 --- a/graphics/traveler/tools/libwld/README.txt +++ b/graphics/traveler/tools/libwld/README.txt @@ -5,7 +5,7 @@ Build instuctions: configurations (such as color format). 1. cd nuttx/tools - ./configure.sh sim/traveler (for example) + ./configure.sh sim:traveler (for example) 2. cd .. tools/sethost.sh -w or -l make context diff --git a/graphics/traveler/tools/tcledit/README.txt b/graphics/traveler/tools/tcledit/README.txt index ffcd88bd3..9bf0cd419 100644 --- a/graphics/traveler/tools/tcledit/README.txt +++ b/graphics/traveler/tools/tcledit/README.txt @@ -13,7 +13,7 @@ Build instuctions configurations (such as color format). 1. cd nuttx/tools - ./configure.sh sim/traveler (for example) + ./configure.sh sim:traveler (for example) 2. cd .. tools/sethost.sh -w or -l make context