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.

33 lines
602 B
Markdown

# Prepare QT environment
```
pip3 install aqtinstall
aqt install-qt mac desktop 6.6.1 clang_64
aqt install-qt mac ios 6.6.1
#aqt list-qt mac ios --modules 6.6.1 ios
aqt install-qt mac ios 6.6.1 -m qtmultimedia
./6.6.1/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