etotheipi / BitcoinArmory

Python-Based Bitcoin Software
Other
820 stars 617 forks source link

Fix build for OSX #315

Closed jameshilliard closed 8 years ago

jameshilliard commented 8 years ago

This should allow Armory to be compiled on OSX 10.11 El Capitan.

ejpcmac commented 8 years ago

In compile_qt() you should switch qtBuildDir and qtTarFile to the ones without qtVerDate.

jameshilliard commented 8 years ago

does that look good now?

ejpcmac commented 8 years ago

Yes, it’s good! It works fine now, I have re-checked by compiling from a fresh clone of your fix-osx-build branch.

We should also add to the build note (8) not to have a "brew"ed version of libpng. Armory kept crashing on launch until I unlinked libpng and re-compiled.

Thank you for your fix!