doc.rustdesk.com/content/dev/build/osx/_index.zh-tw.md

19 lines
381 B
Markdown
Raw Normal View History

2022-05-14 09:02:33 +02:00
---
title: macOS
weight: 21
---
2023-07-13 12:47:05 +02:00
```
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
```