mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-08-14 02:38:40 +02:00
ios and mac
This commit is contained in:
6
content/dev/build/ios/_index.de.md
Normal file
6
content/dev/build/ios/_index.de.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
20
content/dev/build/ios/_index.en.md
Normal file
20
content/dev/build/ios/_index.en.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
```
|
||||
cd
|
||||
# For saving your time and our time, we prepared dependent files for you.
|
||||
https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/ios_dep.tar.gz
|
||||
tar xzf ios_dep.tar.gz
|
||||
git clone https://github.com/rustdesk/rustdesk
|
||||
cd rustdesk
|
||||
# For simulator: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh
|
||||
VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh
|
||||
cd flutter
|
||||
# Good Luck!
|
||||
# For simulator: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||
# Forget if need: cd ios; pod install; cd -;
|
||||
flutter run
|
||||
```
|
6
content/dev/build/ios/_index.fr.md
Normal file
6
content/dev/build/ios/_index.fr.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.it.md
Normal file
6
content/dev/build/ios/_index.it.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.ja.md
Normal file
6
content/dev/build/ios/_index.ja.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.pt.md
Normal file
6
content/dev/build/ios/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.ru.md
Normal file
6
content/dev/build/ios/_index.ru.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.zh-cn.md
Normal file
6
content/dev/build/ios/_index.zh-cn.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.zh-tw.md
Normal file
6
content/dev/build/ios/_index.zh-tw.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
Reference in New Issue
Block a user