-
-
Notifications
You must be signed in to change notification settings - Fork 94
Building on MacOS
Tommy Yang edited this page Jun 7, 2015
·
9 revisions
- Install xcode, git and Qt 5.4
- Clone repository into ~/Documents/huggle3-qt-lx
- Open huggle3-qt-lx/MacOS in terminal
- 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
- Install xcode (it's huge, I know, but needed)
- Install brew (http://brew.sh/)
- Run:
brew install --verbose gccandbrew install cmake - Download latest huggle source code, or you can
brew install gitand rungit clone http://github.com/huggle/huggle3-qt-lx - Download and install Qt 4 from qt-project.org, it must be Qt4 not Qt5, that one is broken
- Configure huggle by entering
cd huggle3-qt-lx/huggleand running./configure --qt4 cd huggle_releasemake