Warning, /network/krdc/vnc/qtonly/README is written in an unsupported language. File is not indexed.
0001 Qt-only version of the KRDC VNC backend 0002 ======================================= 0003 0004 In order to build it, you need the LibVNCClient (LibVNCServer) 0005 library (version 0.9.1 or newer required): 0006 http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=24717 0007 0008 To build, run 0009 cmake 0010 make 0011 0012 Note that the source directory MUST be under krdc/vnc, as files from krdc/vnc 0013 and krdc/core are used (in particular krdc/vnc/vncview.{cpp,h}, 0014 krdc/vnc/vncclientthread.{cpp,h}, and krdc/core/remoteview.{cpp,h}). 0015 0016 In order to try it out, type: 0017 ./krdc-vnc-qtonly vnc://:password@server:1 1 0018 (the last argument defines the quality as second argument (1-3, where 1 is 0019 the best). Default is 2.) 0020 0021 If you use these code in your project, make sure that QTONLY is defined (see 0022 krdc-vnc-qtonly.pro). 0023 0024 IMPORTANT NOTICE 0025 ================ 0026 If you do any fixes or improvements in these files, please backport them to the original sources. 0027 Please send a patch with the changes to <uwolfer @ kde.org>. Thanks a lot!