English French [qt-devnet.developpez.com]

Building PySide on Microsoft Windows

Prerequisites

NOTE: Be sure that git.exe and cmake.exe are all in your PATH.

Building PySide installer

  • Clone ``PySide`` from git repository:
    1.   c:\> git clone https://github.com/PySide/pyside-setup.git pyside-setup
    2.  
  • Switch to the ``pyside-setup`` directory:
    1.   c:\> cd pyside-setup
    2.  
  • Build ``PySide`` windows installer:
    1.   c:\> c:\Python32\python setup.py bdist_wininst  --msvc-version=9.0 --qmake=c:\Qt\4.8.2\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
    2.  
  • After the successful build, the binaries can be found in sub-folder “dist”:
    1.   c:\pyside-setup\dist
    2.  

Categories: