Commit 9e300970 authored by Topi Reinio's avatar Topi Reinio Committed by Jani Heikkinen
Browse files

Doc: Update platform/compiler versions for supported platforms


 - Add information for Ubuntu 18.04 and update openSUSE, RHEL versions.
 - Update MinGW version to 7.3.0 and update the link to MinGW-builds.
 - Update build environment versions for Android

Task-number: QTBUG-70549
Change-Id: I42d67aa89376f1b793bb3da72174f40efff6517d
Reviewed-by: default avatarVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Reviewed-by: default avatarJani Heikkinen <jani.heikkinen@qt.io>
parent 8e4303a2
No related merge requests found
Showing with 12 additions and 8 deletions
...@@ -35,14 +35,18 @@ ...@@ -35,14 +35,18 @@
//! [linux] //! [linux]
\table 80% \table 80%
\header \li Distribution \li Architecture \li Compiler \li Notes \header \li Distribution \li Architecture \li Compiler \li Notes
\row \li openSUSE 42.2 \row \li openSUSE 42.3
\li \c x86_64 \li \c x86_64
\li GCC 4.8, \b {GCC 7}, \b {ICC} \li GCC 4.8, \b {GCC 7}, \b {ICC}
\li \li
\row \li Red Hat Enterprise Linux 7.2 \row \li Red Hat Enterprise Linux 7.4
\li \c x86_64 \li \c x86_64
\li \b {GCC 5.3.1} \li \b {GCC 5.3.1}
\li devtoolset-4 \li devtoolset-4
\row \li Ubuntu 18.04
\li \c x86_64
\li GCC as provided by Canonical, \b {GCC 7.3.0}
\li
\row \li Ubuntu 16.04 \row \li Ubuntu 16.04
\li \c x86_64 \li \c x86_64
\li GCC as provided by Canonical, \b {GCC 5.4.0} \li GCC as provided by Canonical, \b {GCC 5.4.0}
...@@ -73,16 +77,16 @@ ...@@ -73,16 +77,16 @@
\header \li Operating System \li Architecture \li Compiler \li Notes \header \li Operating System \li Architecture \li Compiler \li Notes
\row \li Windows 10 \row \li Windows 10
\li \c x86 and \c x86_64 \li \c x86 and \c x86_64
\li \b {MSVC 2017}, \b {MSVC 2015}, MinGW 5.3 \li \b {MSVC 2017}, \b {MSVC 2015}, MinGW 7.3
\li Tested on \e {Windows 10 Creators Update} \li Tested on \e {Windows 10 Creators Update}
\row \li Windows 8.1 \row \li Windows 8.1
\li \c x86 and \c x86_64 \li \c x86 and \c x86_64
\li MSVC 2017, \b {MSVC 2015}, MinGW 5.3 \li MSVC 2017, \b {MSVC 2015}, MinGW 7.3
\li \li
\row \li Windows 7 \row \li Windows 7
\li \c x86 and \c x86_64 \li \c x86 and \c x86_64
\li MSVC 2017, MSVC 2015, \b {MinGW 5.3} \li MSVC 2017, MSVC 2015, \b {MinGW 7.3}
\li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (x86)} \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/7.3.0/threads-posix/dwarf/i686-7.3.0-release-posix-dwarf-rt_v5-rev0.7z/download}{MinGW-builds GCC 7.3.0 (x86)}
\endtable \endtable
\br \br
...@@ -101,8 +105,8 @@ ...@@ -101,8 +105,8 @@
\header \li Platform Version \li Architecture \li Compiler \li Build Environment \header \li Platform Version \li Architecture \li Compiler \li Build Environment
\row \li Android 4.1, 5, 6, 7, 8 (API Level 16) \row \li Android 4.1, 5, 6, 7, 8 (API Level 16)
\li \c armv7 and \c x86 \li \c armv7 and \c x86
\li \b {GCC as provided by Google}, \b {MinGW 5.3} \li \b {GCC as provided by Google}, \b {MinGW 7.3}
\li \b {RHEL 7.2 (x86_64)}, \b{\macos 10.12}, \b {Windows 7 (x86_64)} \li \b {RHEL 7.4 (x86_64)}, \b{\macos 10.13}, \b {Windows 7 (x86_64)}
\endtable \endtable
//! [android] //! [android]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment