mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-07 10:39:33 +00:00
Mention compiler requirements
Change-Id: Iae3637ea149199f9b152efa4ea27a42bd4581974 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
parent
63ea335b99
commit
a4c902f27a
5
INSTALL
5
INSTALL
@ -16,7 +16,10 @@ Build a static Qt
|
||||
---------------------
|
||||
|
||||
Building the Qt Installer Framework from sources requires Qt (version 5.4.0
|
||||
or newer). If you want to ship your installer as a single file you have to build
|
||||
or newer). Supported compilers are MSVC 2013 or newer, GCC 4.7 or newer,
|
||||
and Clang 3.1 or newer.
|
||||
|
||||
If you want to ship your installer as a single file you have to build
|
||||
Qt and the Qt Installer Framework statically.
|
||||
|
||||
See the Qt documentation for the prerequisites and steps to build Qt from sources.
|
||||
|
@ -56,12 +56,19 @@
|
||||
yourself. You can skip this if you have downloaded a pre-built version
|
||||
of the framework.
|
||||
|
||||
\section2 Supported Compilers
|
||||
|
||||
The Qt Installer Framework can be compiled with Microsoft Visual Studio
|
||||
2013 and newer, GCC 4.7 and newer, and Clang 3.1 and newer.
|
||||
|
||||
\section2 Configuring Qt
|
||||
|
||||
If you use a statically built Qt to build the Qt Installer Framework
|
||||
you do not have to deliver Qt libraries, which enables you to distribute
|
||||
installers as one file.
|
||||
|
||||
The minimum required Qt version is 5.4.0.
|
||||
|
||||
\section3 Configuring Qt for Windows
|
||||
|
||||
Before running configure you should tweak Qt to statically link in the C
|
||||
|
Loading…
x
Reference in New Issue
Block a user