Jump to content

Building PySide

From Qt Wiki
Revision as of 14:40, 23 February 2015 by Maintenance script (talk | contribs)


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