Skip to content

GrandHsu/pyside2-setup

 
 

Repository files navigation

#PySide2

###Introduction

PySide is the Python Qt bindings project, providing access the complete Qt 5.x framework as well as to generator tools for rapidly generating bindings for any C++ libraries.

The PySide project is developed in the open, with all facilities you'd expect from any modern OSS project such as all code in a git repository and an open design process. We welcome any contribution without requiring a transfer of copyright.

PySide 2 supports Qt5. For building, please read about getting the dependencies. Then download the sources by running git clone --recursive https://github.com/PySide/pyside2-setup.git.

###Building

####Windows On Windows, once you have gotten the dependencies and the source, cd pyside2-setup.git to enter the directory and then:

python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin

####Linux

You should be able to build:

python setup.py install --qmake=/path/to/bin/qmake --cmake=/path/to/bin/cmake --openssl=/path/to/openssl/bin

About

This is the umbrella project for PySide2 and others related.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.2%
  • Python 38.8%