mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-11 10:16:04 +00:00
ios and mac
This commit is contained in:
6
content/dev/build/osx/_index.de.md
Normal file
6
content/dev/build/osx/_index.de.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
16
content/dev/build/osx/_index.en.md
Normal file
16
content/dev/build/osx/_index.en.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
6
content/dev/build/osx/_index.fr.md
Normal file
6
content/dev/build/osx/_index.fr.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
6
content/dev/build/osx/_index.it.md
Normal file
6
content/dev/build/osx/_index.it.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
6
content/dev/build/osx/_index.ja.md
Normal file
6
content/dev/build/osx/_index.ja.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
6
content/dev/build/osx/_index.pt.md
Normal file
6
content/dev/build/osx/_index.pt.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
6
content/dev/build/osx/_index.ru.md
Normal file
6
content/dev/build/osx/_index.ru.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
6
content/dev/build/osx/_index.zh-cn.md
Normal file
6
content/dev/build/osx/_index.zh-cn.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
6
content/dev/build/osx/_index.zh-tw.md
Normal file
6
content/dev/build/osx/_index.zh-tw.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: macOS
|
||||
weight: 21
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/osx)
|
||||
Reference in New Issue
Block a user