2011-09-27 11:54:44 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** Copyright (C) 2016 The Qt Company Ltd.
|
|
|
|
|
** Contact: https://www.qt.io/licensing/
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** This file is part of the Qt Creator documentation.
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** 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.
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** GNU Free Documentation License Usage
|
2011-09-27 11:54:44 +02:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
2016-01-15 14:51:16 +01:00
|
|
|
** 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.
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// 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.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2011-09-27 11:54:44 +02:00
|
|
|
\previouspage creator-advanced.html
|
|
|
|
|
\page creator-os-supported-platforms.html
|
2011-12-13 11:52:47 +01:00
|
|
|
\nextpage creator-project-other.html
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\title Supported Platforms
|
|
|
|
|
|
|
|
|
|
You can install and run \QC on several operating systems to create
|
2015-08-25 15:53:23 +02:00
|
|
|
applications for multiple desktop, embedded, and mobile device platforms.
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\section1 Development Platforms
|
|
|
|
|
|
|
|
|
|
\QC is available in binary packages for the following operating systems:
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2017-01-17 13:08:14 +01:00
|
|
|
\li Windows 7 or later
|
2013-11-26 14:31:24 +01:00
|
|
|
|
|
|
|
|
\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}.
|
|
|
|
|
|
2017-01-17 14:35:31 +01:00
|
|
|
\li (K)Ubuntu Linux 16.04 (64-bit) or later
|
2013-11-26 14:31:24 +01:00
|
|
|
|
|
|
|
|
To build Qt applications using \QC on Linux, you usually need the
|
|
|
|
|
following:
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li g++
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li make
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libglib2.0-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libSM-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxrender-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libfontconfig1-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxext-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libfreetype6-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libx11-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxcursor-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxfixes-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxft-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxi-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li libxrandr-dev
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-11-26 14:31:24 +01:00
|
|
|
\li libgl-dev and libglu-dev if you use Qt OpenGL (deprecated
|
|
|
|
|
in Qt 5) or Qt GUI OpenGL functions
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
2017-01-17 13:08:14 +01:00
|
|
|
\li \macos 10.8 or later with the following:
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
|
2016-08-03 16:46:29 +02:00
|
|
|
\li Xcode tools for your \macos version available on the
|
2014-05-02 12:44:45 +02:00
|
|
|
Mac App Store.
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
2015-08-25 15:53:23 +02:00
|
|
|
\section2 Developing for Embedded Devices
|
|
|
|
|
|
2017-01-17 13:08:14 +01:00
|
|
|
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
|
2015-08-25 15:53:23 +02:00
|
|
|
\l{http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html}
|
|
|
|
|
{Installation Guide} in the
|
|
|
|
|
\l{http://doc.qt.io/QtForDeviceCreation/index.html}{Qt for Device Creation}
|
|
|
|
|
documentation.
|
|
|
|
|
|
2011-09-27 11:54:44 +02:00
|
|
|
\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.
|
|
|
|
|
|
2017-02-10 15:17:34 +01:00
|
|
|
\include overview/creator-target-platforms.qdocinc target platforms
|
2011-09-27 11:54:44 +02:00
|
|
|
*/
|