sfizz/.travis/install_osx.sh

11 lines
183 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
2020-07-09 08:42:58 +02:00
brew install python || brew link --overwrite python
2020-03-08 22:47:26 +01:00
brew install jack
2020-04-18 06:30:44 +02:00
brew install dylibbundler