mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-08-19 12:54:25 +02:00
Add Spanish translation
This commit is contained in:
18
content/dev/build/osx/_index.es.md
Normal file
18
content/dev/build/osx/_index.es.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
```
|
||||
cd
|
||||
git clone https://github.com/microsoft/vcpkg
|
||||
cd 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
|
||||
export VCPKG_ROOT=$HOME/vcpkg
|
||||
cargo run
|
||||
```
|
Reference in New Issue
Block a user