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

19 lines
304 B
Markdown
Raw Normal View History

2022-06-23 03:28:11 +02:00
---
title: macOS
weight: 21
---
```
cd
git clone https://github.com/microsoft/vcpkg
cd vcpkg
2023-05-21 12:56:24 +02:00
git checkout 2023.04.15
2022-06-23 03:28:11 +02:00
./bootstrap-vcpkg.sh
brew install nasm yasm
2023-05-19 14:39:36 +02:00
./vcpkg install libvpx libyuv opus aom
2022-06-23 03:28:11 +02:00
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
export VCPKG_ROOT=$HOME/vcpkg
cargo run
```