Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Update dev.md #5016

wants to merge 1 commit into from

Conversation

GeoCode-Dev
Copy link
Contributor

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.

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.
@m-kuhn
Copy link
Member

m-kuhn commented Feb 8, 2024

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
Copy link
Member

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 )"
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@m-kuhn
Copy link
Member

m-kuhn commented Feb 13, 2024

@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.

@m-kuhn m-kuhn closed this Feb 13, 2024
@GeoCode-Dev GeoCode-Dev deleted the patch-1 branch February 13, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants