Building PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
==Building PySide==
[[Category:LanguageBindings::PySide]]


===Getting the source code===
== Building PySide ==
 
=== Getting the source code ===


The source code for the current stable release can be downloaded from [[PySideDownloads]].
The source code for the current stable release can be downloaded from [[PySideDownloads]].


Alternatively, you can get the latest development branch from the read-only repos:<br />
Alternatively, you can get the latest development branch from the read-only repos:<br /><code><br />git clone git://gitorious.org/pyside/apiextractor.git<br />git clone git://gitorious.org/pyside/generatorrunner.git<br />git clone git://gitorious.org/pyside/shiboken.git<br />git clone git://gitorious.org/pyside/pyside.git<br />git clone git://gitorious.org/pyside/pyside-tools.git<br /></code>
 
You can also use the [https://qt.gitorious.org/pyside web interface at gitorious] ''[qt.gitorious.org]''
 
If you intend to contribute patches, you should follow [[Code Reviews|Qt Code review guidelines]] and use the gerrit repositories at:<br />


===Specific instructions for each platform===
You can also use the &quot;web interface at gitorious&amp;quot;:https://qt.gitorious.org/pyside


* [[Building PySide on Linux|Building_PySide_on_Linux]]
If you intend to contribute patches, you should follow [[Code_Reviews|Qt Code review guidelines]] and use the gerrit repositories at:<br /><code><br />ssh://codereview.qt.io:29418/pyside/shiboken.git<br />ssh://codereview.qt.io:29418/pyside/pyside.git<br /></code>
* [[Building PySide on Mac OS X|Building_PySide_on_Mac_OS_X]]
* [[Building PySide on Windows|Building_PySide_on_Windows]]
* [[Building PySide on Symbian|Building_PySide_on_Symbian]]
* [[Generating PySide Reference Documentation|Generating_PySide_Reference_Documentation]]


===Categories:===
=== Specific instructions for each platform ===


* [[:Category:LanguageBindings|LanguageBindings]]
* [[Building_PySide_on_Linux]]
** [[:Category:LanguageBindings::PySide|PySide]]
* [[Building_PySide_on_Mac_OS_X]]
* [[Building_PySide_on_Windows]]
* [[Building_PySide_on_Symbian]]

Revision as of 14:40, 23 February 2015


Building PySide

Getting the source code

The source code for the current stable release can be downloaded from PySideDownloads.

Alternatively, you can get the latest development branch from the read-only repos:

<br />git clone git://gitorious.org/pyside/apiextractor.git<br />git clone git://gitorious.org/pyside/generatorrunner.git<br />git clone git://gitorious.org/pyside/shiboken.git<br />git clone git://gitorious.org/pyside/pyside.git<br />git clone git://gitorious.org/pyside/pyside-tools.git<br />

You can also use the "web interface at gitorious&quot;:https://qt.gitorious.org/pyside

If you intend to contribute patches, you should follow Qt Code review guidelines and use the gerrit repositories at:

<br />ssh://codereview.qt.io:29418/pyside/shiboken.git<br />ssh://codereview.qt.io:29418/pyside/pyside.git<br />

Specific instructions for each platform