mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
# 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
|