-
Notifications
You must be signed in to change notification settings - Fork 87
Building on MacOS
ternera edited this page Apr 30, 2024
·
9 revisions
- Install xcode, git and Qt 5.4. Qt 5.8 is required for building on MacOS Sierra, according to T156989.
- Note: Building on MacOS Sierra also requires a change to release.sh. On line 10, the switch
--web-engine
must be added to./configure
. Otherwise the build will error looking for a QtWebKit. This is also required for versions of Qt greater than 5.4.
- Note: Building on MacOS Sierra also requires a change to release.sh. On line 10, the switch
- Clone repository into
~/Documents/huggle3-qt-lx
- Open Terminal and
cd ~/Documents/huggle3-qt-lx/MacOS
- Start
./release.sh
with the parameter that points to the Qt installation, for example:
./release.sh ~/Qt5.4.1/5.4/clang_64
Produced .dmg file will be in folder "package" it should be production version that we use for official releases