# Dependencies for building all dependencies from source as static libraries.
# Needed for distributable builds, but users should use Brewfile if they are
# just compiling for their own machine.
brew "bash"  # macOS bash is too old
brew "cmake"
brew "create-dmg"
brew "git"
brew "libtool"
brew "ninja"
brew "yasm"
# accelerate builds with ccache
brew "ccache"
