mirror of https://github.com/qt/qtdoc.git
Doc: Update the Get and install Qt with QOI page
- Revise weak writing - Restructure - Align with writing guidelines - Update screenshot Task-number: QTBUG-138438 Pick-to: 6.10 Change-Id: I83b4d3b676d392b1b282868dbaecde2192f16e24 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
This commit is contained in:
parent
805fcb55d5
commit
d40ff1100e
|
@ -5,126 +5,118 @@
|
||||||
\page qt-online-installation.html
|
\page qt-online-installation.html
|
||||||
|
|
||||||
\title Get and Install Qt with \QOI
|
\title Get and Install Qt with \QOI
|
||||||
\brief Downloading and installing the Qt modules and tools that you need.
|
\brief Downloading and installing Qt modules and tools.
|
||||||
|
|
||||||
\QOI gives you the choice of installing only the modules
|
\QOI lets you install only the modules and tools you need to develop for a specific desktop
|
||||||
and tools you need to develop on a particular desktop platform and to run
|
platform and deploy your applications to desktop platforms, mobile devices, embedded systems,
|
||||||
your applications on one or several desktop platforms, mobile or embedded
|
or MCUs.
|
||||||
devices, or MCUs.
|
|
||||||
|
|
||||||
If instead you prefer to build Qt from sources, please see \l{Building Qt
|
To install Qt, complete the instructions on this page or take the
|
||||||
Sources}.
|
\l {https://www.qt.io/academy/course-catalog#how-to-install-qt}{How to install Qt} course.
|
||||||
|
|
||||||
\section1 1. Create a Qt Account
|
\section1 Before you start
|
||||||
|
|
||||||
To begin, create a \l{Qt Account}. This account gives you access to a web
|
Before you start the installation:
|
||||||
portal where you can manage your licenses, as well as access to the forums
|
|
||||||
and wikis. Also, make sure you read the \l{Qt Licensing} page regarding your
|
|
||||||
chosen license.
|
|
||||||
|
|
||||||
\section1 2. Download \QOI
|
\list
|
||||||
|
\li Create an account at \l{http://account.qt.io}{Qt Account}.
|
||||||
|
\li Ensure that your platform is supported, see \l{Supported Platforms}.
|
||||||
|
\endlist
|
||||||
|
|
||||||
Go to your Qt account's download page. By selecting the appropriate unified
|
\section1 Install
|
||||||
\QOI for your OS, you can install commercial or open source
|
|
||||||
versions of Qt, development tools, and other components. \QOI asks for your
|
|
||||||
Qt account credentials. \QOI retrieves the
|
|
||||||
license attached to the account from a server and provides a list of
|
|
||||||
available components corresponding to the license.
|
|
||||||
|
|
||||||
\section1 3. Install Qt
|
\list 1
|
||||||
|
\li On \l{http://account.qt.io}{Qt Account}, go to \uicontrol Downloads and select \QOI for your
|
||||||
|
operating system.
|
||||||
|
\li Run \QOI.
|
||||||
|
\li Select the components that you want to install and follow the instructions to complete
|
||||||
|
the installation.
|
||||||
|
|
||||||
To complete the installation, select the components that you want to install
|
Note the following:
|
||||||
and follow the instructions of the installation program.
|
|
||||||
|
|
||||||
You must select at least one Qt version for one platform that you want to
|
\list
|
||||||
run your applications on. For example, if you have installed Microsoft
|
\li The available selection of components in \QOI depends on your license.
|
||||||
Visual Studio 2022 on 64-bit Windows, you could
|
\li You can always install, uninstall, and update modules and components after the
|
||||||
select \e {MSVC 2022 64-bit} under the Qt version you want to develop with.
|
installation with \QMT (included in every Qt installation).
|
||||||
|
\endlist
|
||||||
However, the easiest way to install Qt for desktop development is to select
|
|
||||||
the default installation for desktop development. You can install additional
|
|
||||||
modules later.
|
|
||||||
|
|
||||||
\image qtinstallercomponents.webp
|
\image qtinstallercomponents.webp
|
||||||
|
|
||||||
If you also want to run your applications on Android devices, for example,
|
\endlist
|
||||||
you should select the default installation for mobile development.
|
|
||||||
|
|
||||||
The following table contains examples of which components to install
|
See the following table to find examples of which components to install depending on
|
||||||
depending on the platforms where you want to run your applications.
|
your target platforms.
|
||||||
|
|
||||||
\table
|
\table
|
||||||
\header
|
\header
|
||||||
\li To Develop For
|
\li To develop for
|
||||||
\li Choose
|
\li Choose
|
||||||
|
\li Notes
|
||||||
\row
|
\row
|
||||||
\li Desktop
|
\li Desktop
|
||||||
\li Default installation for \e {desktop development}.
|
\li \uicontrol {Qt <x.x> for desktop development}
|
||||||
|
\li To use something other than the default toolchain, such as
|
||||||
If you want to use other than the default toolchain, such as
|
MSVC on Windows, select \uicontrol {Custom Installation}. Then
|
||||||
MSVC on Windows, select \e {Custom installation}. Then
|
select Qt for the toolchain you want to use.
|
||||||
select the Qt for the toolchain you want to use.
|
|
||||||
\row
|
\row
|
||||||
\li Mobile Devices
|
\li Mobile Devices
|
||||||
\li Default installation for \e {mobile development}.
|
\li \uicontrol {Qt <x.x> for mobile development}
|
||||||
|
\li To develop for a particular platform, select
|
||||||
If you only want to develop for a particular platform, select
|
\uicontrol {Custom Installation}. Then select the Qt for the mobile
|
||||||
\e {Custom installation}. Then select the Qt for the mobile
|
|
||||||
device platform that you want to run the applications on. For
|
device platform that you want to run the applications on. For
|
||||||
example, \l{Qt for Android} or \l{Qt for iOS}.
|
example, \l{Qt for Android} or \l{Qt for iOS}.
|
||||||
\row
|
\row
|
||||||
\li Embedded Devices
|
\li Embedded Devices
|
||||||
\li Custom installation, with the necessary Qt modules and toolchains
|
\li \uicontrol {Qt <x.x> for embedded development}
|
||||||
from the \l{Boot to Qt} section, depending on the types
|
\li For more information, see the quick start guide for your device in the
|
||||||
of devices that you want to run applications on.
|
\l{Boot to Qt}{Boot to Qt documentation}.
|
||||||
\row
|
\row
|
||||||
\li Android Automotive
|
\li Android Automotive
|
||||||
\li Custom installation, with \l{Qt for Android Automotive}.
|
\li \uicontrol {Qt <x.x> for Android Automotive}
|
||||||
|
\li For more information, see the \e {Installing Qt for Android Automotive} part in the
|
||||||
|
\l{Qt for Android Automotive}{Qt for Android Automotive documentation}.
|
||||||
\row
|
\row
|
||||||
\li Automation
|
\li Automation
|
||||||
\li Custom installation, with the necessary Qt modules and toolchains
|
\li \uicontrol {Custom Installation}
|
||||||
|
\li Install necessary Qt modules and toolchains
|
||||||
from the \l{Qt for Automation}{Qt for Automation/Qt M2M Protocols}
|
from the \l{Qt for Automation}{Qt for Automation/Qt M2M Protocols}
|
||||||
section, depending on the types of devices that you want to run
|
section, depending on the types of devices that you want to run
|
||||||
applications on.
|
applications on.
|
||||||
\row
|
\row
|
||||||
\li MCUs
|
\li MCUs
|
||||||
\li Custom installation, with \l{Qt for MCUs}.
|
\li \uicontrol {Qt for MCU development}
|
||||||
|
\li For more information, see the \e {Installing Qt for MCUs} part in the
|
||||||
|
\l{Qt for MCUs}{Qt for MCUs documentation}.
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
To check the platform requirements, see \l{Supported Platforms}.
|
\section1 Getting help
|
||||||
|
|
||||||
\section2 Updating or Removing Components
|
To get help with the installation, see these support channels:
|
||||||
|
|
||||||
Once Qt is installed, you can use \e{\QMT} under
|
\table
|
||||||
\e{<install_dir>} to add components, update, or remove installed
|
\header
|
||||||
components.
|
\li User type
|
||||||
|
\li Support channel
|
||||||
|
\li Notes
|
||||||
|
\row
|
||||||
|
\li Commercial
|
||||||
|
\li \l {https://account.qt.io/support}{Qt Support Center}
|
||||||
|
\li None.
|
||||||
|
\row
|
||||||
|
\li Evaluation and open source
|
||||||
|
\li \l {https://forum.qt.io/}{Qt Forum}
|
||||||
|
\li See also the \l {https://wiki.qt.io/Forum_Help}{Help on using the Forum} wiki page.
|
||||||
|
\row
|
||||||
|
\li Non-commercial users
|
||||||
|
\li \l {https://account.qt.io/support}{Qt Support Center}
|
||||||
|
\li Limited help available.
|
||||||
|
\endtable
|
||||||
|
|
||||||
\section2 Getting Help
|
\section1 After the installation
|
||||||
|
|
||||||
Evaluation and open source users can get help on the
|
After you have installed Qt, you are ready to start developing applications.
|
||||||
\l {https://forum.qt.io/}{Qt forum}. See also the
|
|
||||||
\l {https://wiki.qt.io/Forum_Help}{Help on using the Forum} wiki page.
|
|
||||||
|
|
||||||
Non-commercial users can get limited help with the installation process
|
For more information, see \l{Create Your First Applications} or
|
||||||
through \l {https://account.qt.io/support}{Qt support}.
|
\l{https://academy.qt.io/catalog}{Qt courses}.
|
||||||
|
|
||||||
The primary support channel for commercial customers is their
|
|
||||||
\l {https://account.qt.io/support}{Qt Account}.
|
|
||||||
|
|
||||||
\section1 4. Create Applications
|
|
||||||
|
|
||||||
After the installation, \l{\QC Documentation}{\QC} opens. You can
|
|
||||||
use the project wizard templates to start creating applications that run
|
|
||||||
on your chosen platform.
|
|
||||||
|
|
||||||
If you want to design Qt Quick UIs, open \l{Qt Design Studio Manual}
|
|
||||||
{Qt Design Studio} and use the project wizard templates there.
|
|
||||||
|
|
||||||
\l{Create Your First Applications}{Tell me more}
|
|
||||||
|
|
||||||
\section1 Additional Resources
|
|
||||||
|
|
||||||
\l {https://www.qt.io/courses} {Qt Learning} has a course on
|
|
||||||
\l {https://www.qt.io/courses/how-to-install-qt?hsLang=en}
|
|
||||||
{how to install Qt}.
|
|
||||||
*/
|
*/
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue