Descent3/Brewfile
Ryan C. Gordon ff571ed7dd
Make sure Mac and Linux builds have SDL2 available.
Currently Windows gets this from vcpkg. Mac will get it from Homebrew,
and the GitHub linux builders will just install it with apt-get.

This might not be the perfect solution (having to install Homebrew is a pain,
GitHub Actions has an ancient SDL2), but it gets all the common platforms
running for now without much fuss.
2024-05-02 08:30:46 -04:00

15 lines
150 B
Ruby

# Homebrew dependencies to build Descent3
# SDL
brew "sdl2"
brew "cmake"
brew "googletest"
brew "ninja"
# zlib
brew "zlib"
# spdlog
brew "spdlog"