Michał Janiszewski 839913
#!/bin/bash
Michał Janiszewski 839913
brew update
shun-iwasawa 5a2ff6
brew install glew lz4 lzo libusb libmypaint
Shinya Kitaoka 6fa9ac
brew tap tcr/tcr
shun-iwasawa 5a2ff6
brew install clang-format
shun-iwasawa 068277
# from Homebrew 1.6.0 the old formula for obtaining Qt5.9.2 becomes invalid.
shun-iwasawa 068277
# so we start to use the latest version of Qt. (#1910)
manongjohn d98db1
brew install qt
manongjohn d98db1
# temp workaround to brew installed glew cmake info overriding glew lib detection
manongjohn d98db1
# which causes compiling issues later
manongjohn d98db1
if [ -L /usr/local/lib/cmake/glew ]
manongjohn d98db1
then
manongjohn d98db1
   echo "Symbolic link '/usr/local/lib/cmake/glew' detected. Removing to avoid glew lib detection issue!"
manongjohn d98db1
   ls -l /usr/local/lib/cmake/glew
manongjohn d98db1
   rm /usr/local/lib/cmake/glew
manongjohn d98db1
fi