mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 03:18:46 +00:00
8b0f27604c
Additional documentation on changes.
15 lines
150 B
Ruby
15 lines
150 B
Ruby
# Homebrew dependencies to build Descent3
|
|
|
|
brew "glm"
|
|
brew "plog"
|
|
|
|
# SDL
|
|
brew "sdl2"
|
|
|
|
brew "cmake"
|
|
brew "googletest"
|
|
brew "ninja"
|
|
|
|
# zlib
|
|
brew "zlib"
|