mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-29 10:29:48 +01:00
17 lines
284 B
Markdown
17 lines
284 B
Markdown
|
---
|
||
|
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
|
||
|
```
|