-
Notifications
You must be signed in to change notification settings - Fork 796
Build Instructions for macOS
Mark Wu edited this page May 9, 2020
·
21 revisions
Notice: Be aware that there is no official support for macOS. You can still try to build Zeal manually, but that is not guaranteed to work.
Please avoid reporting issues you encounter on macOS, unless they are also reproducible on Linux or Windows.
- Install Xcode from the AppStore. If you installed the Xcode command line tools earlier (e.g. by installing Homebrew), run this:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- Install Homebrew to install/compile the dependencies and Zeal itself.
- Install/Compile Qt dependencies
brew tap markwu/personal brew install qt
Compile the latest development version of Zeal:
brew install --HEAD zeal
Zeal is now available to be run. If you want you can move it to your Applications folder (not necessary if you run it through Spotlight or Alfred):
cp -Rp /usr/local/Cellar/zeal/*/Zeal.app ~/Applications/
Thanks go out to markwu for providing the Homebrew formula to build Zeal and qt5-webkit. For detailed (and ongoing) discussion on building Zeal on macOS, see this issue.