diff --git a/README.md b/README.md index 3a1f838969a65ebe1eb5a943f687f84ac6531343..ea24b40533770b5bb8cf6e12de160bcb6b7c6df7 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,18 @@ https://docs.qgroundcontrol.com/en/ #### 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. + * OSX: OSX 10.7 or higher, 64 bit, clang compiler (IMPORTANT: XCode 8 requires a workaround described below) * 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) * iOS: 8.0 and higher * 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 -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) - * 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. * 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 * Launch Qt Creator and open the `qgroundcontrol.pro` project. * Select the appropriate kit for your needs: - * OSX: Desktop Qt 5.9.2 clang 64 bit - * Ubuntu: Desktop Qt 5.9.2 GCC bit - * Windows: Desktop Qt 5.9.2 MSVC2015 32bit - * Android: Android for armeabi-v7a (GCC 4.9, Qt 5.9.2) + * OSX: Desktop Qt 5.9.3 clang 64 bit + * Ubuntu: Desktop Qt 5.9.3 GCC bit + * Windows: Desktop Qt 5.9.3 MSVC2015 32bit + * 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). #### Vagrant