Open lukasondre opened 7 years ago
@javiserrano @polmr could you please help me build the project on macOS. Thanks in advance!
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
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:
$ brew install qt
$ git clone https://github.com/meganz/MEGAsync.git
$ git submodule update --init --recursive
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!