sfizz/.travis/install_osx.sh

12 lines
216 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 cask uninstall --force java
2020-03-08 22:47:26 +01:00
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