You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
627 B
Markdown

# Prepare QT environment
```
pip3 install aqtinstall
8 months ago
QT_VERSION=6.6.1
8 months ago
mkdir build_ios
cd build_ios
8 months ago
aqt install-qt mac desktop $QT_VERSION clang_64
aqt install-qt mac ios $QT_VERSION
aqt install-qt mac ios $QT_VERSION -m qtmultimedia
8 months ago
./$QT_VERSION/ios/bin/qmake ../DroidStar.pro
make
open DroidStar.xcodeproj
```
8 months ago
# Configration
In Settings
- Callsign
- DMRID
- BM Pass (hotspot)
In Main
- Mode DMR
- Host
- SWTX, SWRX, AGC
- TG: i.e. 9990 with private (parrot)
# References
- https://stackoverflow.com/questions/2664885/xcode-build-and-archive-from-command-line
- https://github.com/marketplace/actions/install-qt