2022-05-14 09:02:33 +02:00
|
|
|
---
|
|
|
|
title: macOS
|
|
|
|
weight: 21
|
|
|
|
---
|
|
|
|
|
|
|
|
```
|
|
|
|
cd
|
|
|
|
git clone https://github.com/microsoft/vcpkg
|
2022-05-22 02:31:31 +02:00
|
|
|
cd vcpkg
|
2023-05-21 12:56:24 +02:00
|
|
|
git checkout 2023.04.15
|
2022-05-14 09:02:33 +02:00
|
|
|
./bootstrap-vcpkg.sh
|
|
|
|
brew install nasm yasm
|
2023-05-19 14:39:36 +02:00
|
|
|
./vcpkg install libvpx libyuv opus aom
|
2022-05-14 09:02:33 +02:00
|
|
|
git clone https://github.com/rustdesk/rustdesk
|
|
|
|
cd rustdesk
|
2022-05-22 02:31:31 +02:00
|
|
|
export VCPKG_ROOT=$HOME/vcpkg
|
2022-07-30 11:02:51 +02:00
|
|
|
wget https://github.com/c-smile/sciter-sdk/raw/master/bin.osx/libsciter.dylib
|
2022-05-22 02:31:31 +02:00
|
|
|
cargo run
|
2022-05-14 09:02:33 +02:00
|
|
|
```
|