#!/bin/bash # MacOS build instructions /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Optionally (this is bad practice but works if you're stuck) sudo chown -R "$USER":admin /usr/local sudo chown -R "$USER":admin /Library/Caches/Homebrew brew install python3 brew link python3 brew postinstall python3 brew install protobuf # Python setuptools curl https://bootstrap.pypa.io/ez_setup.py -o - | python3 pip3 install pyqt5 # Setup python3 setup.py install pyrcc5 icons.qrc -o gui/qt/icons_rc.py icons.qrc -o gui/qt/icons_rc.py protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto