mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
10 lines
187 B
Ruby
10 lines
187 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"
|