1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(CI): Split brewfile between building all deps or only qTox

This commit is contained in:
Anthony Bilinski 2022-03-03 03:01:59 -08:00
parent 7565f8b350
commit fbce81b5b1
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,6 @@ brew "check"
brew "libvpx"
brew "opus"
brew "libsodium"
brew "cmake"
brew "ffmpeg"
brew "libexif"
brew "qrencode"

12
osx/Brewfile-DepBuildDeps Normal file
View File

@ -0,0 +1,12 @@
# Depdencies for building all of qTox's depdencies from source. Needed for
# distributable builds, but users should use Brewfile if they are just compiling
# for their own machine.
brew "coreutils"
brew "git"
brew "libtool"
brew "cmake"
brew "pkgconfig"
brew "check"
brew "yasm"
brew "qt@5" # Qt sets a low compatibility version by default: https://doc.qt.io/qt-5/macos.html#target-platforms