HVNC на основе RustDesk.
github.com
Устанавливаем MSVC, rustup-init.exe.
vcpkg:
Добавляем в переменные среды:
VCPKG_ROOT путь к папке vcpkg
LLVM
И добавляем в переменную среды LIBCLANG_PATH путь к llvm/dir
vcpkg:
Код:
git clone https://github.com/microsoft/vcpkg
vcpkg/bootstrap-vcpkg.bat
export VCPKG_ROOT=$PWD/vcpkg
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
VCPKG_ROOT путь к папке vcpkg
LLVM
И добавляем в переменную среды LIBCLANG_PATH путь к llvm/dir
Код:
cd rustdesk-hvnc
mkdir -p target/debug
wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll
mv sciter.dll target/debug
cargo run
GitHub - EddieIvan01/rustdesk-hvnc: HVNC based on RustDesk
HVNC based on RustDesk. Contribute to EddieIvan01/rustdesk-hvnc development by creating an account on GitHub.