mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
31 lines
1,016 B
Text
31 lines
1,016 B
Text
![]() |
Qt-only version of the KRDC VNC backend
|
||
|
=======================================
|
||
|
|
||
|
In order to build it, you need the LibVNCClient (LibVNCServer)
|
||
|
library (version 0.9.1 or newer required):
|
||
|
http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=24717
|
||
|
|
||
|
The following files from KRDC are required:
|
||
|
krdc/core/remoteview.{cpp,h}
|
||
|
krdc/vnc/vncview.{cpp,h}
|
||
|
krdc/vnc/vncclientthread.{cpp,h}
|
||
|
krdc/vnc/qtonly/main.cpp
|
||
|
krdc/vnc/qtonly/krdc-vnc-qtonly.pro
|
||
|
|
||
|
Copy these files into a folder and run:
|
||
|
qmake
|
||
|
make
|
||
|
|
||
|
In order to try it out, type:
|
||
|
./krdc-vnc-qtonly vnc://:password@server:1 1
|
||
|
(the last argument defines the quality as second argument (1-3, where 1 is
|
||
|
the best). Default is 2.)
|
||
|
|
||
|
If you use these code in your project, make sure that QTONLY is defined (see
|
||
|
krdc-vnc-qtonly.pro).
|
||
|
|
||
|
IMPORTANT NOTICE
|
||
|
================
|
||
|
If you do any fixes or improvements in these files, please backport them to the original sources.
|
||
|
Please send a patch with the changes to <uwolfer @ kde.org>. Thanks a lot!
|