Skip to content
Snippets Groups Projects
Commit 885e5e83 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Update to 5.9.3

parent b6dc73b1
No related branches found
No related tags found
No related merge requests found
...@@ -36,17 +36,18 @@ https://docs.qgroundcontrol.com/en/ ...@@ -36,17 +36,18 @@ https://docs.qgroundcontrol.com/en/
#### Native Builds #### Native Builds
QGroundControl builds are supported for OSX, Linux, Windows, iOS and Android. QGroundControl uses [Qt](http://www.qt.io) as its cross-platform support library and uses [QtCreator](http://doc.qt.io/qtcreator/index.html) as its default build environment. QGroundControl builds are supported for OSX, Linux, Windows, iOS and Android. QGroundControl uses [Qt](http://www.qt.io) as its cross-platform support library and uses [QtCreator](http://doc.qt.io/qtcreator/index.html) as its default build environment.
* OSX: OSX 10.7 or higher, 64 bit, clang compiler (IMPORTANT: XCode 8 requires a workaround described below) * OSX: OSX 10.7 or higher, 64 bit, clang compiler (IMPORTANT: XCode 8 requires a workaround described below)
* Ubuntu: 64 bit, gcc compiler * Ubuntu: 64 bit, gcc compiler
* Windows: Vista or higher, 32 bit, [Visual Studio 2015 compiler](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop) * Windows: Vista or higher, 32 bit, [Visual Studio 2015 compiler](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop)
* iOS: 8.0 and higher * iOS: 8.0 and higher
* Android: Jelly Bean (4.1) and higher. Standard QGC is built against ndk version 19. * Android: Jelly Bean (4.1) and higher. Standard QGC is built against ndk version 19.
* Qt version: 5.9.2 ONLY * Qt version: **5.9.3 only**
###### Install QT ###### Install QT
You need to install Qt as described below instead of using pre-built packages from say, a Linux distribution, because QGroundControl needs access to private Qt headers. You **need to install Qt as described below** instead of using pre-built packages from say, a Linux distribution, because QGroundControl needs access to private Qt headers.
* Download the [Qt installer](http://www.qt.io/download-open-source) * Download the [Qt installer](http://www.qt.io/download-open-source)
* Make sure to install Qt version **5.9.2**. You will also need to install the Qt Speech package. * Make sure to install Qt version **5.9.3**. You will also need to install the Qt Speech package.
* Ubuntu: Set the downloaded file to executable using:`chmod +x`. Install to default location for use with ./qgroundcontrol-start.sh. If you install Qt to a non-default location you will need to modify qgroundcontrol-start.sh in order to run downloaded builds. * Ubuntu: Set the downloaded file to executable using:`chmod +x`. Install to default location for use with ./qgroundcontrol-start.sh. If you install Qt to a non-default location you will need to modify qgroundcontrol-start.sh in order to run downloaded builds.
* Windows: Make sure to install VS 2015 32 bit package. * Windows: Make sure to install VS 2015 32 bit package.
...@@ -61,10 +62,10 @@ You need to install Qt as described below instead of using pre-built packages fr ...@@ -61,10 +62,10 @@ You need to install Qt as described below instead of using pre-built packages fr
* Launch Qt Creator and open the `qgroundcontrol.pro` project. * Launch Qt Creator and open the `qgroundcontrol.pro` project.
* Select the appropriate kit for your needs: * Select the appropriate kit for your needs:
* OSX: Desktop Qt 5.9.2 clang 64 bit * OSX: Desktop Qt 5.9.3 clang 64 bit
* Ubuntu: Desktop Qt 5.9.2 GCC bit * Ubuntu: Desktop Qt 5.9.3 GCC bit
* Windows: Desktop Qt 5.9.2 MSVC2015 32bit * Windows: Desktop Qt 5.9.3 MSVC2015 32bit
* Android: Android for armeabi-v7a (GCC 4.9, Qt 5.9.2) * Android: Android for armeabi-v7a (GCC 4.9, Qt 5.9.3)
* Note: iOS builds must be built using xCode: http://doc.qt.io/qt-5/ios-support.html. Use Qt Creator to generate the XCode project (*Run Qmake* from the context menu). * Note: iOS builds must be built using xCode: http://doc.qt.io/qt-5/ios-support.html. Use Qt Creator to generate the XCode project (*Run Qmake* from the context menu).
#### Vagrant #### Vagrant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment