aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2016-11-03 15:52:12 +0100
committerAlistair Adams <alistair.adams@qt.io>2016-11-29 13:19:35 +0000
commitb2139243fb72ba1e3dccfd6e0f25bc5132ecfaae (patch)
tree86f371f0cf4ce35537bf2f3c0df5725ae26854b0
parenta293579f7cfeb5ced5d247e79159becc0f546ec0 (diff)
Doc: Update Qt Automotive suite install instructions
Task-number: QTAUTO-207 Change-Id: I870f2b0a0d8b53628731460575ddaf0ac629d629 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Nico Vertriest <nico.vertriest@theqtcompany.com> Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Alistair Adams <alistair.adams@qt.io>
-rw-r--r--src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf1
-rw-r--r--src/doc/qtautomotivesuite/src/external-resources.qdoc10
-rw-r--r--src/doc/qtautomotivesuite/src/images/qtinstaller-qas.pngbin0 -> 29365 bytes
-rw-r--r--src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc42
4 files changed, 49 insertions, 4 deletions
diff --git a/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf b/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf
index 7c10db4..12f0b83 100644
--- a/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf
+++ b/src/doc/qtautomotivesuite/qtautomotivesuite-project.qdocconf
@@ -4,6 +4,7 @@ version = 1.0.0
url = http://doc.qt.io/QtAutomotiveSuite
sourcedirs += src
+imagedirs += src/images
qhp.projects = QtAutomotiveSuite
diff --git a/src/doc/qtautomotivesuite/src/external-resources.qdoc b/src/doc/qtautomotivesuite/src/external-resources.qdoc
index 515f039..5a44bc2 100644
--- a/src/doc/qtautomotivesuite/src/external-resources.qdoc
+++ b/src/doc/qtautomotivesuite/src/external-resources.qdoc
@@ -84,3 +84,13 @@
\externalpage https://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html
\title Qt for Device Creation: Installation Guide
*/
+
+/*!
+ \externalpage https://www.qt.io/download-open-source/#section-2
+ \title Qt Online Installer Download
+*/
+
+/*!
+ \externalpage https://www.qt.io/download/
+ \title Download Qt
+*/
diff --git a/src/doc/qtautomotivesuite/src/images/qtinstaller-qas.png b/src/doc/qtautomotivesuite/src/images/qtinstaller-qas.png
new file mode 100644
index 0000000..4da903d
--- /dev/null
+++ b/src/doc/qtautomotivesuite/src/images/qtinstaller-qas.png
Binary files differ
diff --git a/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc b/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc
index d1156a6..ce68f76 100644
--- a/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc
+++ b/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc
@@ -172,10 +172,44 @@
\title Installing Qt Automotive Suite
\previouspage {Qt Automotive Suite Overview}{Overview}
- \QAS is based on the \l {Qt for Device Creation} offering. System requirements
- and install instructions are available here:
+ \QAS is a commercial product and requires a license to install and
+ explore its possibilities. Use the guide on the
+ \l{Download Qt} page to find the license that suits your need. The license you
+ buy is associated with a Qt Account, which is required to install the product.
- \list
- \li \l {Qt for Device Creation: Installation Guide}
+ \section1 Development Hosts and their Prerequisites
+
+ \QAS is based on the \l {Qt for Device Creation} offering so the following
+ prerequisites for \QAS to function as expected are the same. For more
+ information about how to install and configure these prerequisites on your
+ development host, see \e {Host-specific Requirements} section in the
+ \l {Qt for Device Creation: Installation Guide}.
+
+ \section1 Install \QAS
+
+ \list 1
+ \li Download the \l{Qt Online Installer Download}{Qt online installer}.
+
+ \note On Linux, the installer needs executable permissions before you
+ can run it.
+
+ \li Run the installer and select \uicontrol Next to get to the Qt account
+ section.
+
+ \li Enter your Qt account credentials and select \uicontrol Next to run
+ a license check against the Qt account.
+
+ \li Select \uicontrol Next again to choose an install path.
+
+ \li Select \uicontrol Next to see available packages to install from.
+
+ \li Select \b{Qt Automotive Suite} and at least one \b Qt version
+ (v5.7 or later) from the list, and follow the instructions to complete
+ the installation.
+
+ \borderedimage qtinstaller-qas.png
\endlist
+
+ Once the installation is complete, start Qt Creator and try running one of the
+ examples against an automotive target or the Qt Automotive emulator.
*/