Building PySide: Difference between revisions

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


===Getting the source code===
{| class="wikitable"
|-
| 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]]
|}


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


Alternatively, you can get the latest development branch from the read-only repos:<br />
=== Getting the source code ===


You can also use the [https://qt.gitorious.org/pyside web interface at gitorious] ''[qt.gitorious.org]''
The source code for the current stable release can be downloaded from [[PySideDownloads]].


If you intend to contribute patches, you should follow [[Code Reviews|Qt Code review guidelines]] and use the gerrit repositories at:<br />
Alternatively, you can get the latest development branch from the read-only repos:
<code>
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
</code>


===Specific instructions for each platform===
You can also use the [https://code.qt.io/pyside web interface at gitorious]


* [[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:
* [[Building PySide on Mac OS X|Building_PySide_on_Mac_OS_X]]
<code>
* [[Building PySide on Windows|Building_PySide_on_Windows]]
ssh://codereview.qt.io:29418/pyside/shiboken.git
* [[Building PySide on Symbian|Building_PySide_on_Symbian]]
ssh://codereview.qt.io:29418/pyside/pyside.git
* [[Generating PySide Reference Documentation|Generating_PySide_Reference_Documentation]]
</code>


===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]]

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