mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-05 23:00:03 -04:00
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.
15 lines
150 B
Ruby
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"
|