meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.64k stars 281 forks source link

Build failing on macOS Sierra #125

Open lukasondre opened 7 years ago

lukasondre commented 7 years ago

Hi,

I've tried to follow the instructions to build on macOS multiple times without luck. The steps I did, based on the instructions, were:

  1. $ brew install qt
  2. $ git clone https://github.com/meganz/MEGAsync.git
  3. cd into repo
  4. $ git submodule update --init --recursive
  5. Copy 3rd party files (as described in step 4 of README.md)

Running installer_mac.sh always results in errors, some of which are:

My versions: macOS Sierra 10.12.6 qt 5.9.1 via brew

Could you please point me in the right direction to successfully build the project on macOS? Thanks!

lukasondre commented 7 years ago

@javiserrano @polmr could you please help me build the project on macOS. Thanks in advance!

polmr commented 7 years ago

Ey @lukasondrej, the 3rd party dependencies required an update. Use these one instead: https://mega.nz/#!m0AkyAAQ!dTZhq9IKzRrL5Kl5zCQkAk2X3iCuf2uEbSfdZ-OyLnU . Also, you need to use QT 5.6.2. Supporting newer Qt would force us to break backwards compatibility with older MacOS versions. We will update the README accordingly