Building PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
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 /><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>
Alternatively, you can get the latest development branch from the read-only repos:
<code>
git clone git://gitorious.org/pyside/apiextractor.git
git clone git://gitorious.org/pyside/generatorrunner.git
git clone git://gitorious.org/pyside/shiboken.git
git clone git://gitorious.org/pyside/pyside.git
git clone git://gitorious.org/pyside/pyside-tools.git
</code>


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


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>
If you intend to contribute patches, you should follow [[Code_Reviews|Qt Code review guidelines]] and use the gerrit repositories at:
<code>
ssh://codereview.qt.io:29418/pyside/shiboken.git
ssh://codereview.qt.io:29418/pyside/pyside.git
</code>


=== Specific instructions for each platform ===
=== Specific instructions for each platform ===

Revision as of 09:04, 25 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:

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

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

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

ssh://codereview.qt.io:29418/pyside/shiboken.git
ssh://codereview.qt.io:29418/pyside/pyside.git

Specific instructions for each platform