~verzegnassi-stefano/+junk/ubuntu-terminal-app-uitk13

« back to all changes in this revision

Viewing changes to src/plugin/qmltermwidget/qtermwidget/pyqt4/README

  • Committer: Filippo Scognamiglio
  • Date: 2014-10-25 04:42:31 UTC
  • Revision ID: flscogna@gmail.com-20141025044231-javjhusbqa171127
Initial reboot commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PyQt4 Bindings for QTermWidget
 
2
 
 
3
By Piotr "Riklaunim" Maliński <riklaunim@gmail.com>,
 
4
   Alexander Slesarev <alex.slesarev@gmail.com>
 
5
 
 
6
PyQt4 QTermWidget Bindings License: GPL3
 
7
 
 
8
INSTALL:
 
9
1. Download QTermWidget from http://qtermwidget.sourceforge.net/.
 
10
2. Compile and install it:
 
11
   $ cmake .
 
12
   $ make
 
13
   $ sudo make install
 
14
If `make install` command will not work just copy the qtermwidget.so* files to /usr/lib directory.
 
15
3. Install PyQt4 and PyQt4-devel if not yet installed.
 
16
4. Configure, compile and install bindings. Execute in terminal in the qtermwidget bindings folder:
 
17
 
 
18
$ python config.py
 
19
$ make
 
20
$ sudo make install
 
21
 
 
22
5. You can run ./test.py to test the installed module.
 
23