mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(deploy): build qTox with Sonnet on Mac
This commit is contained in:
parent
4c9b7bfccc
commit
18358fc716
|
@ -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() {
|
|||
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…
Reference in New Issue
Block a user