mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-27 13:11:41 +02:00
Update _index.de.md
This commit is contained in:
parent
c801b610c4
commit
7f934ad0ef
@ -1,6 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: iOS
|
title: iOS
|
||||||
weight: 23
|
weight: 23
|
||||||
---
|
---
|
||||||
|
|
||||||
[English](/docs/en/dev/build/ios)
|
```
|
||||||
|
cd
|
||||||
|
# Um Ihre und unsere Zeit zu sparen, haben wir abhängige Dateien für Sie vorbereitet.
|
||||||
|
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
|
||||||
|
# Für den Simulator: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh
|
||||||
|
VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh
|
||||||
|
cd flutter
|
||||||
|
dart pub global activate ffigen
|
||||||
|
# Viel Glück!
|
||||||
|
# Für den Simulator: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||||
|
# Bei Bedarf vergessen: cd ios; pod install; cd -;
|
||||||
|
flutter run
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user