Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.27 KB

Welcome

vnc2rdp is a proxy for RDP client connect to VNC server, released under the Apache License, Version 2.0.

Currently, vnc2rdp only support:

RDP client:

VNC server:

  • RealVNC (depth 24)

Screenshots

Screenshot of using mstsc.exe connect to RealVNC Server via vnc2rdp:

Download

Current release: vnc2rdp-0.1.0.tar.gz, MD5 checksum: 20d5197e9898ccc3a4947a5a1de39f26. All releases are listed HERE.

To download the latest development tree, use the following command:

$ git clone git@github.com:leeyiw/vnc2rdp.git

Build and Install

vnc2rdp use CMake as it's build system. To build vnc2rdp, you need to install CMake first. After CMake was installed, use these commands to generate Makefile:

$ git clone https://github.com/leeyiw/vnc2rdp.git
$ cd vnc2rdp
$ cmake .

After Makefile was generated, build vnc2rdp with make, and install with make install. All files installed to your system will be listed in install_manifest.txt.