mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Fix a couple more reference to cd'ing to tools before executing configure.sh.
This commit is contained in:
@@ -1403,16 +1403,14 @@ tools/
|
||||
accomplish the same configuration:
|
||||
</p>
|
||||
<ul><pre>
|
||||
cd tools
|
||||
./configure.sh <i><board-name></i>[/<i><config-dir></i>]
|
||||
tools/configure.sh <i><board-name></i>[/<i><config-dir></i>]
|
||||
</pre></ul>
|
||||
|
||||
<p>
|
||||
There is an alternative Windows batch file, <code>configure.bat</code>, that can be used instead of <code>configure.sh</code> in the windows native environment like:
|
||||
</p>
|
||||
<ul><pre>
|
||||
cd tools
|
||||
configure.bat <i><board-name></i>[\<i><config-dir></i>]
|
||||
tools\configure.bat <i><board-name></i>[\<i><config-dir></i>]
|
||||
</pre></ul>
|
||||
<p>
|
||||
See <code>tools/README.txt</code> for more information about these scripts.
|
||||
@@ -1423,8 +1421,7 @@ tools/
|
||||
then you should also specify the location of the application directory on the command line like:
|
||||
</p>
|
||||
<ul><pre>
|
||||
cd tools
|
||||
./configure.sh -a <app-dir> <i><board-name></i>[/<i><config-dir></i>]
|
||||
tools/configure.sh -a <app-dir> <i><board-name></i>[/<i><config-dir></i>]
|
||||
</pre></ul>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user