-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dev.md #5016
Update dev.md #5016
Conversation
I suggest these changes for the documentation, in the section for compiling QField for iOS. These are the steps I had to take to successfully compile it.
Thanks for helping with the docs! As of early this year, it's no longer needed to install qt separately, i.e. aqtinstall, qt version specific stuff and system_qt are no longer required. Do you experience any problems with that? |
( echo; echo 'eval "$( /opt/homebrew/bin/brew shellenv )"' ) >> $HOME/.zprofile | ||
eval "$( /opt/homebrew/bin/brew shellenv )" | ||
|
||
brew install cmake flex bison python pkg-config autoconf automake libtool autoconf-archive # Compilation Tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, we will need to add autoconf-archive
|
||
/bin/bash -c "$( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh )" # Installing Homebrew | ||
( echo; echo 'eval "$( /opt/homebrew/bin/brew shellenv )"' ) >> $HOME/.zprofile | ||
eval "$( /opt/homebrew/bin/brew shellenv )" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As there are different install options, this might potentially outdate and many probably have it installed already I wonder if we should simply add a link to the website with the instructions instead of duplicating them here.
xcode-select --install | ||
xcodebuild -downloadPlatform iOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@GeoCode-Dev I have integrated some important updates in #5035 and would like to close this one instead, as some parts are no longer relevant. I will close this, but any feedback on the updated procedure (now or in the future) is much appreciated. |
I suggest these changes for the documentation, in the section for compiling QField for iOS. These are the steps I had to take to successfully compile it.