date: 2024/03/07
reference: https://rustdesk.com/docs/en/dev/build/windows/
install: (install by administrator)
VS2022: community, with c++ development package, win10sdk 10.19041 (ps. no account)
git: https://git-scm.com/download/win
rust: https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
llvm: https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe
install vcpkg:
git clone https://github.com/microsoft/vcpkg cd vcpkg git checkout 2023.10.19 cd .. vcpkg\bootstrap-vcpkg.bat export VCPKG_ROOT=$PWD/vcpkg vcpkg\vcpkg.exe install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
setup VCPKG_ROOT in user environment.
set LIBCLANG_PATH in system environment.
build rustdesk:
git clone https://github.com/rustdesk/rustdesk cd rustdesk mkdir -p target\debug curl https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll --output target\debug\sciter.dllcargo run
rustc.exe 跑一跑會無法終止我就不知道什麼原因了.