adamfeuer commented on a change in pull request #1675:
URL: https://github.com/apache/incubator-nuttx/pull/1675#discussion_r483842746
##########
File path: Documentation/quickstart/compiling.rst
##########
@@ -0,0 +1,59 @@
+.. include:: /substitutions.rst
+.. _compiling:
+
+Compiling
+=========
+
+Now that we've installed Apache NuttX prerequisites and downloaded the source
code, we are ready to compile the source code
+into an executable binary file that can be run on the embedded board.
+
+#. List Possible Apache NuttX Base Configurations
+
+ Find your hardware and a good starting application in the list of base
configurations. In the application list,
+ ``nsh`` is the Apache NuttX Shell, an interactive commandline that's a good
starting place if you're new.
+
+ .. code-block:: bash
+
+ $ cd nuttx
+ $ ./tools/configure.sh -L | less
+
+#. Initialize Configuration
+
+ Pick one of the board:application base configuration pairs from the list,
and feed it to the
+ configuration script. The ``-l`` tells use that we're on Linux. macOS and
Windows builds are
+ possible, this Companion doesn't cover them yet.
Review comment:
@v01d Thanks for catching, fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]