Update README

This commit is contained in:
Gregory Nutt 2018-06-01 19:44:02 -06:00
parent aeb476bfaf
commit bcf9c2e4aa
1 changed files with 22 additions and 13 deletions

View File

@ -775,16 +775,18 @@ sethost.sh
Other options are available: Other options are available:
$ tools/sethost.sh -h $ ./sethost.sh -h
USAGE: tools/sethost.sh [-w|l] [-c|n] [-32|64] [<config>] USAGE: ./sethost.sh [-w|l|m] [-c|u|g|n] [-32|64] [<config>]
tools/sethost.sh -h ./sethost.sh -h
Where: Where:
-w|l selects Windows (w) or Linux (l). Default: Linux -w|l|m selects Windows (w), Linux (l), or macOS (m). Default: Linux
-c|n selects Windows native (n) or Cygwin (c). Default Cygwin -c|u|g|n selects Windows environment option: Cygwin (c), Ubuntu under
-32|64 selects 32- or 64-bit host (Only for Cygwin). Default 64 Windows 10 (u), MSYS/MSYS2 (g) or Windows native (n). Default Cygwin
-32|64 selects 32- or 64-bit host. Default 64
-h will show this help test and terminate -h will show this help test and terminate
<config> selects configuration file. Default: .config
refresh.sh refresh.sh
---------- ----------
@ -812,13 +814,15 @@ refresh.sh
$ tools/refresh.sh --help $ tools/refresh.sh --help
tools/refresh.sh is a tool for refreshing board configurations tools/refresh.sh is a tool for refreshing board configurations
USAGE: tools/refresh.sh [--debug|--help] <board>/<config> USAGE: ./refresh.sh [options] <board>/<config>
Where: Where [options] include:
--debug --debug
Enable script debug Enable script debug
--silent --silent
Update board configuration without interaction Update board configuration without interaction
--defaults
Do not prompt for new default selections; accept all recommended default values
--help --help
Show this help message and exit Show this help message and exit
<board> <board>
@ -878,13 +882,18 @@ testbuild.sh
$ ./testbuild.sh -h $ ./testbuild.sh -h
USAGE: ./testbuild.sh [-w|l] [-c|n] [-s] <testlist-file> USAGE: ./testbuild.sh [-w|l] [-c|u|n] [-s] [-a <appsdir>] [-n <nxdir>] <testlist-file>
USAGE: ./testbuild.sh -h ./testbuild.sh -h
where Where:
-w|l selects Windows (w) or Linux (l). Default: Linux -w|l selects Windows (w) or Linux (l). Default: Linux
-c|n selects Windows native (n) or Cygwin (c). Default Cygwin -c|u|n selects Windows environment option: Cygwin (c), Ubuntu under
-s Use C++ long size_t in new operator. Default unsigned long Windows 10 (u), or Windows native (n). Default Cygwin
-s Use C++ unsigned long size_t in new operator. Default unsigned int
-a <appsdir> provides the relative path to the apps/ directory. Default ../apps
-n <nxdir> provides the relative path to the NxWidgets/ directory. Default ../NxWidgets
-d enables script debug output
-x exit on build failures
-h will show this help test and terminate -h will show this help test and terminate
<testlist-file> selects the list of configurations to test. No default <testlist-file> selects the list of configurations to test. No default