Skip to content
ternera edited this page Apr 30, 2024 · 9 revisions

Official packaging

  1. 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.
  2. Clone repository into ~/Documents/huggle3-qt-lx
  3. Open Terminal and cd ~/Documents/huggle3-qt-lx/MacOS
  4. 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

Clone this wiki locally