mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-12 02:36:17 +00:00
Translate Doc in Dutch
added Dutch translation in doc
This commit is contained in:
21
content/dev/build/ios/_index.nl.md
Normal file
21
content/dev/build/ios/_index.nl.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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
|
||||
dart pub global activate ffigen
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user