Alf Gaida 3033e27bf3 Cherry-picking upstream version 0.6.1~85-ge6253c0.
Preparing the upcoming release, switch to experimental
Added build dependencies:
 - gcc (>= 4:6),
 - g++ (>= 4:6),
 - liblxqt0-dev (>= 0.10.96~),
Rework symbols (Closes: #831083)
Fixed VCS fields, using plain /git/
Fixed copyright Format field, using https
Exported LC_ALL=C.UTF-8, make builds reproducible
Set CMAKE_BUILD_TYPE=RelWithDebInfo
2016-07-20 17:18:48 +02:00
..

PyQt5 Bindings for QTermWidget

INSTALL:

####1. Download QTermWidget -> https://github.com/lxde/qtermwidget

####2. Compile and install it: $ mkdir build && cd build $ cmake .. $ make $ sudo make install If make install command will not work just copy the qtermwidget.so* files to /usr/lib directory. ####3. Install PyQt5 and PyQt5-devel if not yet installed. ####4. Configure, compile and install bindings. Execute in terminal in the qtermwidget bindings folder:

$ python config.py
$ make
$ sudo make install

####5. You can run ./test.py to test the installed module.

ABOUT:

Based on previous PyQt4 bindings by:

PyQt5 QTermWidget Bindings License: GPL3