You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Lee (李健秋)
33ac93602c
|
9 years ago | |
---|---|---|
.. | ||
README | 9 years ago | |
config.py | 9 years ago | |
config.py.in | 9 years ago | |
qtermwidget.sip | 9 years ago | |
qtermwidgetconfig.py | 9 years ago | |
test.py | 9 years ago |
README
PyQt4 Bindings for QTermWidget
By Piotr "Riklaunim" Maliński ,
Alexander Slesarev
PyQt4 QTermWidget Bindings License: GPL3
INSTALL:
1. Download QTermWidget from http://qtermwidget.sourceforge.net/.
2. Compile and install it:
$ cmake .
$ make
$ sudo make install
If `make install` command will not work just copy the qtermwidget.so* files to /usr/lib directory.
3. Install PyQt4 and PyQt4-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.