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 [qt.gitorious.org]
If you intend to contribute patches, you should follow Qt Code review guidelines and use the gerrit repositories at:
- ssh://codereview.qt-project.org:29418/pyside/shiboken.git
- ssh://codereview.qt-project.org:29418/pyside/pyside.git
Specific instructions for each platform
- Building_PySide_on_Linux
- Building_PySide_on_Mac_OS_X
- Building_PySide_on_Windows
- Building_PySide_on_Symbian
- Generating_PySide_Reference_Documentation

