Descent3/Brewfile
2024-04-24 08:22:13 +02:00

16 lines
234 B
Ruby

# Homebrew dependencies to build Descent3
# XQuartz required for OpenGL and glx.h (not included in Xcode)
tap "homebrew/cask"
cask "xquartz"
# SDL
brew "sdl12-compat"
brew "sdl2_image"
brew "cmake"
brew "ninja"
# zlib
brew "zlib"