aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/overview/creator-only/creator-supported-platforms.qdoc
blob: 7013ee6cea0f531cefb092e948f4efb5bbf2945f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/****************************************************************************
**
** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
**
****************************************************************************/

// **********************************************************************
// NOTE: the sections are not ordered by their logical order to avoid
// reshuffling the file each time the index order changes (i.e., often).
// Run the fixnavi.pl script to adjust the links to the index order.
// **********************************************************************


/*!
    \previouspage creator-advanced.html
    \page creator-os-supported-platforms.html
    \nextpage creator-project-other.html

    \title Supported Platforms

    You can install and run \QC on several operating systems to create
    applications for multiple desktop, embedded, and mobile device platforms,
    as well as web browsers (experimental).

    \QC automatically runs scheduled checks for updates based on the settings
    specified in \uicontrol Tools > \uicontrol Options \uicontrol Environment >
    \uicontrol Update.

    \section1 Development Platforms

    \QC is available in binary packages for the following operating systems:

    \list

        \li Windows 7 or later

        \note Some \QC plugins rely on Direct3D (part of DirectX). You might
        have to manually enable support for it if you are running Windows in a
        Virtual Machine. For more information, see
        \l{http://www.virtualbox.org/manual/ch04.html#guestadd-3d}
        {Hardware 3D acceleration (OpenGL and Direct3D 8/9)} and
        \l{http://pubs.vmware.com/workstation-10/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-EA588485-718A-4FD8-81F5-B6E1F04C5788.html}
        {Prepare the Host System to Use DirectX 9 Accelerated Graphics}.

        \li (K)Ubuntu Linux 16.04 (64-bit) or later

        To build Qt applications using \QC on Linux, you usually need the
        following:

            \list

                \li g++

                \li make

                \li libglib2.0-dev

                \li libSM-dev

                \li libxrender-dev

                \li libfontconfig1-dev

                \li libxext-dev

                \li libfreetype6-dev

                \li libx11-dev

                \li libxcursor-dev

                \li libxfixes-dev

                \li libxft-dev

                \li libxi-dev

                \li libxrandr-dev

                \li libgl-dev and libglu-dev if you use Qt OpenGL (deprecated
                    in Qt 5) or Qt GUI OpenGL functions

            \endlist

        \li \macos 10.13 or later with the following:

            \list

                \li Xcode tools for your \macos version available on the
                    Mac App Store.

            \endlist

    \endlist

    \section2 Developing for Embedded Devices

    Either Windows 7 or later or Ubuntu Linux 64-bit 12.04 LTS or later is
    required to install and use Qt for Device Creation. For more information
    about the requirements for the development host, see the
    \l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html}
    {Installation Guides} in the
    \l{https://doc.qt.io/QtForDeviceCreation/index.html}{Qt for Device Creation}
    documentation.

    \section1 Compiling from Source

    To build \QC from the source, see the requirements and instructions in the
    readme file that is located in the source repository.

    \include creator-target-platforms.qdocinc target platforms
*/