tahoma2d/ci-scripts/osx/travis-install.sh

9 lines
270 B
Bash
Raw Normal View History

2016-07-01 23:23:32 +12:00
#!/bin/bash
brew update
2020-11-05 07:54:56 +13:00
brew install glew lz4 lzo libmypaint opencv jpeg-turbo
brew tap tcr/tcr
brew install clang-format
# from Homebrew 1.6.0 the old formula for obtaining Qt5.9.2 becomes invalid.
# so we start to use the latest version of Qt. (#1910)
brew install qt