doc.rustdesk.com/content/dev/build/osx/_index.en.md

17 lines
284 B
Markdown
Raw Normal View History

2022-05-14 09:02:33 +02:00
---
title: macOS
weight: 21
---
```
cd
git clone https://github.com/microsoft/vcpkg
git checkout 2022.04.12
./bootstrap-vcpkg.sh
brew install nasm yasm
./vcpkg install libvpx libyuv opus
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
VCPKG_ROOT=$HOME/vcpkg cargo run
```