Building PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:PySide]]


 
{| class="wikitable"
[[Category:LanguageBindings::PySide]]
|-
| style="background: #ff6961;text-align: center;"| Attention
|-
| This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to [[Qt for Python]]
|}


== Building PySide ==
== Building PySide ==
Line 11: Line 16:
Alternatively, you can get the latest development branch from the read-only repos:
Alternatively, you can get the latest development branch from the read-only repos:
<code>
<code>
git clone git://gitorious.org/pyside/apiextractor.git
git clone git://code.qt.io/pyside/apiextractor.git
git clone git://gitorious.org/pyside/generatorrunner.git
git clone git://code.qt.io/pyside/generatorrunner.git
git clone git://gitorious.org/pyside/shiboken.git
git clone git://code.qt.io/pyside/shiboken.git
git clone git://gitorious.org/pyside/pyside.git
git clone git://code.qt.io/pyside/pyside.git
git clone git://gitorious.org/pyside/pyside-tools.git
git clone git://gitorious.org/pyside/pyside-tools.git
</code>
</code>


You can also use the [https://qt.gitorious.org/pyside web interface at gitorious]
You can also use the [https://code.qt.io/pyside web interface at gitorious]


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

Latest revision as of 10:33, 24 February 2022


Attention
This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to Qt for Python

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://code.qt.io/pyside/apiextractor.git
git clone git://code.qt.io/pyside/generatorrunner.git
git clone git://code.qt.io/pyside/shiboken.git
git clone git://code.qt.io/pyside/pyside.git
git clone git://gitorious.org/pyside/pyside-tools.git

You can also use the web interface at gitorious

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