Follow instructions from cartr/homebrew-qt4 (#4815)

This commit is contained in:
Javier Serrano Polo
2019-02-07 19:02:34 +01:00
committed by Tres Finocchiaro
parent c907fcdca5
commit 3c88541345

View File

@@ -4,10 +4,14 @@ PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate ja
if [ $QT5 ]; then
PACKAGES="$PACKAGES qt5"
else
PACKAGES="$PACKAGES cartr/qt4/qt"
fi
brew install $PACKAGES ccache
if [ -z "$QT5" ]; then
brew tap cartr/qt4
brew tap-pin cartr/qt4
brew install qt@4
fi
sudo npm install -g appdmg