mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-17 22:00:12 +00:00
full translation
This commit is contained in:
@@ -3,4 +3,19 @@ title: iOS
|
||||
weight: 23
|
||||
---
|
||||
|
||||
[English](/docs/en/dev/build/ios)
|
||||
```
|
||||
cd
|
||||
# Per risparmiare il tuo tempo e il nostro tempo, abbiamo preparato file dipendenti per te.
|
||||
https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/ios_dep.tar.gz
|
||||
tar xzf ios_dep.tar.gz
|
||||
git clone --recurse-submodules https://github.com/rustdesk/rustdesk
|
||||
cd rustdesk
|
||||
# Per il simulatore: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh
|
||||
VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh
|
||||
cd flutter
|
||||
dart pub global activate ffigen
|
||||
# Buona fortuna!
|
||||
# Per il simulatore: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||
# Dimentica se necessario: cd ios; pod install; cd -;
|
||||
flutter run
|
||||
```
|
||||
Reference in New Issue
Block a user