rustdesk/README.md
2021-03-31 16:07:34 +08:00

2.5 KiB

RustDesk | Your Remote Desktop Software

The best open source remote desktop software written with Rust.

BINARY DOWNLOAD

Dependence

Desktop versions use sciter for GUI, please download sciter dynamic library yourself.

Windows Linux Osx

How To Build

  • Prepare your Rust development env and C++ build env

  • Install vcpkg, and set VCPKG_ROOT env variable correctly

    • Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
    • Linux/Osx: vcpkg install libvpx libyuv opus
  • cargo run

File Structure

Snapshot

image

image

image

image