From 83bd353da3cebb7cd8d31f9a6f79ee9b7f90b82f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 25 Oct 2018 15:17:23 -0700 Subject: 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 --- docs/getting-started/app-workflow-build-app.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/getting-started/app-workflow-build-app.md (limited to 'docs/getting-started/app-workflow-build-app.md') 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. -- cgit 1.2.3-korg