Browse Source

chore(deploy): build qTox with Sonnet on Mac

pull/5149/head
sudden6 7 years ago
parent
commit
18358fc716
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 9
      osx/qTox-Mac-Deployer-ULTIMATE.sh

9
osx/qTox-Mac-Deployer-ULTIMATE.sh

@ -167,7 +167,11 @@ install() { @@ -167,7 +167,11 @@ install() {
else
brew install cmake
fi
brew install ffmpeg libexif qrencode qt5 sqlcipher openal-soft
# needed for kf5-sonnet
brew tap kde-mac/kde
brew install ffmpeg libexif qrencode qt5 sqlcipher openal-soft kf5-sonnet
fcho "Cloning filter_audio ... "
git clone --branch v0.0.1 --depth=1 https://github.com/irungentoo/filter_audio "$FILTERAUIO_DIR"
@ -230,8 +234,7 @@ build() { @@ -230,8 +234,7 @@ build() {
fcho "Now working in ${PWD}"
fcho "Starting cmake ..."
export CMAKE_PREFIX_PATH=$(brew --prefix qt5)
# Spell check on MaxOS currently not supported
cmake -H$QTOX_DIR -B. -DSPELL_CHECK=OFF
cmake -H$QTOX_DIR -B.
make -j$(sysctl -n hw.ncpu)
}

Loading…
Cancel
Save