mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 17:44:02 -05:00
10 lines
No EOL
338 B
Bash
Executable file
10 lines
No EOL
338 B
Bash
Executable file
brew update
|
|
|
|
# See action.yml
|
|
brew install cmake boost openssl zmq libpgm miniupnpc expat libunwind-headers git
|
|
|
|
# We need to build from source to be able to statically link the dependencies
|
|
brew reinstall --build-from-source unbound expat
|
|
|
|
# We need an older version of protobuf to be able to statically link it
|
|
brew install protobuf@21 |