|
|
|
@ -97,16 +97,16 @@ function install() {
@@ -97,16 +97,16 @@ function install() {
|
|
|
|
|
fi |
|
|
|
|
fcho "Updating brew formulas ..." |
|
|
|
|
if [[ $TRAVIS = true ]]; then |
|
|
|
|
brew update -vv |
|
|
|
|
brew update > /dev/null |
|
|
|
|
else |
|
|
|
|
brew update |
|
|
|
|
fi |
|
|
|
|
fcho "Getting home brew formulas ..." |
|
|
|
|
sleep 3 |
|
|
|
|
if [[ $TRAVIS != true ]]; then #travis check |
|
|
|
|
brew install -vv wget libtool automake |
|
|
|
|
brew install wget libtool automake |
|
|
|
|
fi |
|
|
|
|
brew install -vv git ffmpeg qrencode autoconf check qt5 libvpx opus sqlcipher libsodium |
|
|
|
|
brew install git ffmpeg qrencode autoconf check qt5 libvpx opus sqlcipher libsodium |
|
|
|
|
|
|
|
|
|
QT_VER=($(ls ${QT_DIR} | sed -n -e 's/^\([0-9]*\.([0-9]*\.([0-9]*\).*/\1/' -e '1p;$p')) |
|
|
|
|
QT_DIR_VER="${QT_DIR}/${QT_VER[1]}" |
|
|
|
|