minimodem-mirror/install-dependencies-macos.sh

8 lines
119 B
Bash
Raw Normal View History

2019-08-27 12:35:11 +02:00
#!/bin/bash
set -e
set -x
set -o pipefail
brew install libsndfile fftw
2019-08-27 12:35:28 +02:00
brew install automake || brew upgrade automake