how to build Axe-Qt on macOS 10.13

in blockchain •  7 years ago 


Just finished code updates for GCC -> Clang transition. Now you can build gui wallets with Qt5 on macOS 10.13.2

  • Clone the source
  • Install Qt
  • Install Xcode + Command Line Tools
  • Install Brew
  • Execute this command in Terminal to build the environment:
    brew install [email protected] openssl protobuf cmake automake miniupnpc qrencode berkeley-db4 zlib pkg-config automake python
  • link boost with:
    brew link [email protected] --force
  • Open the .pro file in Qt Creator and build as normal (cmd-B)

cheers!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!