sfizz/.travis/install_osx.sh

10 lines
130 B
Bash
Raw Normal View History

2020-03-08 22:47:26 +01:00
#!/bin/bash
set -ex
sudo ln -s /usr/local /opt/local
brew update
brew upgrade cmake
brew install jack
2020-04-18 06:30:44 +02:00
brew install dylibbundler