Skip to content

2016-06-23 Attention: This repository is no longer writable, because all development was transferred into -- origin https://code.qt.io/pyside/pyside-setup (public read) -- gerrit ssh://codereview.qt-project.org/pyside/pyside-setup (writing with a Qt account) You will find further instructions at https://wiki.qt.io/PySide2 See also the local READ…

Notifications You must be signed in to change notification settings

whaison/pyside2-setup

 
 

Repository files navigation

#PySide2

Windows Linux
[![AppVeyor](https://img.shields.io/appveyor/ci/techtonik/pyside2-setup.svg)](https://ci.appveyor.com/project/techtonik/pyside2-setup) [![Travis CI](https://img.shields.io/travis/PySide/pyside2-setup.svg)](https://travis-ci.org/PySide/pyside2-setup)

前書き

  • PySideはPython Qtバインディングプロジェクトであり、完全なQt 5.xフレームワークへのアクセスを提供します

  • 任意のC ++ライブラリ用のバインディングを迅速に生成するための生成ツールを提供します。

  • PySideプロジェクトはオープンで開発され、期待していたすべての機能を備えています

  • gitリポジトリのすべてのコードやオープンな設計プロセスなど、現代のOSSプロジェクトからのものです。ようこそ

  • 著作権の譲渡を必要とせずに寄稿します。

  • PySide 2はQt5をサポートしています。ビルドについては、[依存関係の取得](https://github.com/PySide/pyside2/wiki/Dependencies)を参照してください。次に、

git clone --recursive https://github.com/PySide/pyside2-setup.git

を実行してソースをダウンロードします。

###ビルド

Windows

  • Windowsでは、依存関係とソースを取得したら、 cd pyside2-setup.gitを実行してディレクトリを入力し、
python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin

Linux

あなたはビルドができるはずです:

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

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー



#PySide2

Windows Linux
AppVeyor Travis CI

###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

2016-06-23 Attention: This repository is no longer writable, because all development was transferred into -- origin https://code.qt.io/pyside/pyside-setup (public read) -- gerrit ssh://codereview.qt-project.org/pyside/pyside-setup (writing with a Qt account) You will find further instructions at https://wiki.qt.io/PySide2 See also the local READ…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.1%
  • Python 38.9%