mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 09:34:16 -05:00
rename dev_scripts to dev-scripts, move homebrew template into its own folder
This commit is contained in:
parent
708453b648
commit
27f3a80741
10 changed files with 37 additions and 40 deletions
10
dev-scripts/brew_dependencies_install.sh
Executable file
10
dev-scripts/brew_dependencies_install.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue