-
-
Notifications
You must be signed in to change notification settings - Fork 94
Building on MacOS
AbelmoschusEsculentus edited this page Jul 14, 2018
·
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.
- Clone repository into ~/Documents/huggle3-qt-lx
- Open Terminal and
cd ~/Documents/huggle3-qt-lx/MacOS - Start ./release.sh with parameter that points to 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