From fc4c42ffd430384edc8bad6e046eb34bddb3a321 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 24 Jan 2024 21:02:06 +0100 Subject: [PATCH] build instructions --- build.ios.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build.ios.md diff --git a/build.ios.md b/build.ios.md new file mode 100644 index 0000000..f5b390f --- /dev/null +++ b/build.ios.md @@ -0,0 +1,22 @@ +# 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 +``` + + + + +# References +- https://stackoverflow.com/questions/2664885/xcode-build-and-archive-from-command-line +- https://github.com/marketplace/actions/install-qt