Building PySide on Windows

Before starting to build PySide on Windows, ensure that the following prerequisites are installed:

Make sure that the Git and cmake executables are set in your system path. Now, perform the following steps to start building PySide:

  1. Git Clone the PySide repository from GitHub, as follows:
    c:/> git clone https://github.com/PySide/pyside-setup.git pyside-setup
    
  2. Change your working directory to pyside-setup, as follows:
    c:/> cd pyside-setup
    
  3. Build the installer:
    c:> c:Python27python.exe setup.py bdist_wininst --msvc-version=9.0 --make=c:Qt4.8.4inqmake.exe --openssl=c:OpenSSL32bitin
    
  4. Upon successful installation, the binaries can be found in the dist sub-folder:
    c:pyside-setupdist
    

On completion of these steps, the PySide should have been successfully built on your system.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset