summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/app-workflow-build-app.md
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-10-25 15:17:23 -0700
committerScott Rifenbark <srifenbark@gmail.com>2018-10-25 15:17:23 -0700
commit83bd353da3cebb7cd8d31f9a6f79ee9b7f90b82f (patch)
tree08efc7178cb67f2309489461d30dd551aba46f31 /docs/getting-started/app-workflow-build-app.md
parent0eba225fb27ec0b87bfa80361314fec5ab901caa (diff)
Application Development Workflow Content files
I have added new files for content for the "Application Development Workflow" section that is temporarily in the "Getting Started" section of the doc website. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/getting-started/app-workflow-build-app.md')
-rw-r--r--docs/getting-started/app-workflow-build-app.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/getting-started/app-workflow-build-app.md b/docs/getting-started/app-workflow-build-app.md
new file mode 100644
index 0000000..bb4a687
--- /dev/null
+++ b/docs/getting-started/app-workflow-build-app.md
@@ -0,0 +1,23 @@
+# 6. Create and Build the Application #
+
+In general, you can create and build an application many different ways.
+Tools and Integrated Development Environments (IDEs) exist in various scenarios to allow you to
+pick from whatever methodology or workflow with which you are comfortable.
+
+This section uses XDS and the standard “hello world” application.
+
+1. **Setup and Clone the Hello World Repository:**
+ For information on how to get set up and then clone the Git repository for the
+ "Hello World" application, see the
+ "[Setup](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/4-1_build-first-app-setup.html)"
+ section.
+
+2. **Build the Application:**
+ For information on how to build the "Hello World" application using the XDS
+ command line, see the
+ "[Build using command line tool](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/4-2_build-first-app-cmd.html)"
+ section.
+
+ For information on how to build the application using the XDS Dashboard, see the
+ "[Build using XDS Dashboard](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/4-3_build-first-app-dashboard.html)"
+ section.