Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 382 Bytes

_index.en.md

File metadata and controls

19 lines (18 loc) · 382 Bytes
title weight
macOS
21
cd
git clone https://github.com/microsoft/vcpkg
cd vcpkg
git checkout 2023.04.15
./bootstrap-vcpkg.sh
brew install nasm yasm
./vcpkg install libvpx libyuv opus aom
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
export VCPKG_ROOT=$HOME/vcpkg
wget https://github.com/c-smile/sciter-sdk/raw/master/bin.osx/libsciter.dylib
cargo run