mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
b0e5754e96
* The game version is now printed via the log system rather than from within the loki_initialize function. remove this line
16 lines
176 B
Ruby
16 lines
176 B
Ruby
# Homebrew dependencies to build Descent3
|
|
|
|
# SDL
|
|
brew "sdl12-compat"
|
|
brew "sdl2_image"
|
|
|
|
brew "cmake"
|
|
brew "googletest"
|
|
brew "ninja"
|
|
|
|
# zlib
|
|
brew "zlib"
|
|
|
|
# spdlog
|
|
brew "spdlog"
|