Qt-Installer-Framework: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Qt Installer Framework=
h1. Qt Installer Framework


The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and Mac OS X.
The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and Mac OS X.


The Qt Installer Framework is used e.g. for the Qt <span class="caps">SDK</span> installers, and Qt Creator installer.
The Qt Installer Framework is used e.g. for the Qt SDK installers, and Qt Creator installer.


'''Quick Links:'''<br /> Source Code: http://qt.gitorious.org/installer-framework<br /> Review Board: https://codereview.qt.io/#admin,project,installer-framework/installer-framework,info<br /> Documentation: https://doc.qt.io/qtinstallerframework/index.html
'''Quick Links:'''<br />Source Code: http://qt.gitorious.org/installer-framework<br />Review Board: https://codereview.qt.io/#admin,project,installer-framework/installer-framework,info<br />Documentation: https://doc.qt.io/qtinstallerframework/index.html


==Building an Installer==
== Building an Installer ==


You can either compile the Installer Framework on your own, or use a prebuilt one. It is recommended to build the 1.6 branch yourself.
You can either compile the Installer Framework on your own, or use a prebuilt one. It is recommended to build the 1.6 branch yourself.


===Compiling the Installer Framework===
=== Compiling the Installer Framework ===


See http://qt.gitorious.org/installer-framework/installer-framework/blobs/1.6/README
See http://qt.gitorious.org/installer-framework/installer-framework/blobs/1.6/README


===Using a prebuilt version===
=== Using a prebuilt version ===


The current prebuilt release version is available from the downloads page http://qt.io/download#qt-other<br /> Nightly snapshots are available at http://download.qt.io/snapshots/ifw/
The current prebuilt release version is available from the downloads page http://qt.io/download#qt-other<br />Nightly snapshots are available at http://download.qt.io/snapshots/ifw/


==Getting Help==
== Getting Help ==


Documentation: https://doc.qt.io/qtinstallerframework/index.html<br /><span class="caps">IRC</span>: Join #qt-sdk on [http://freenode.net/ freenode] ''[freenode.net]''<br /> Mail: Ask on [http://lists.qt.io/mailman/listinfo/interest interest@qt.io] ''[lists.qt.io]''
Documentation: https://doc.qt.io/qtinstallerframework/index.html<br />IRC: Join #qt-sdk on &quot;freenode&amp;quot;:http://freenode.net/<br />Mail: Ask on &quot;interest<code>qt.io&amp;quot;:http://lists.qt.io/mailman/listinfo/interest


==Contributing==
== Contributing ==
 
The Qt Installer Framework is developed under the qt-project umbrella: http://qt.io/contribute . All changes need to go through [[Gerrit|https://codereview.qt.io]] to be accepted.

Revision as of 14:12, 23 February 2015

h1. Qt Installer Framework

The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and Mac OS X.

The Qt Installer Framework is used e.g. for the Qt SDK installers, and Qt Creator installer.

Quick Links:
Source Code: http://qt.gitorious.org/installer-framework
Review Board: https://codereview.qt.io/#admin,project,installer-framework/installer-framework,info
Documentation: https://doc.qt.io/qtinstallerframework/index.html

Building an Installer

You can either compile the Installer Framework on your own, or use a prebuilt one. It is recommended to build the 1.6 branch yourself.

Compiling the Installer Framework

See http://qt.gitorious.org/installer-framework/installer-framework/blobs/1.6/README

Using a prebuilt version

The current prebuilt release version is available from the downloads page http://qt.io/download#qt-other
Nightly snapshots are available at http://download.qt.io/snapshots/ifw/

Getting Help

Documentation: https://doc.qt.io/qtinstallerframework/index.html
IRC: Join #qt-sdk on "freenode&quot;:http://freenode.net/
Mail: Ask on "interestqt.io&quot;:http://lists.qt.io/mailman/listinfo/interest

Contributing