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!