mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
14 lines
296 B
TOML
14 lines
296 B
TOML
#TODO missing script for CMake, see https://zdoom.org/wiki/Compile_GZDoom_on_Linux
|
|
[source]
|
|
git = "https://github.com/ZDoom/gzdoom"
|
|
rev = "6ce809efe2902e43ceaa7031b875225d3a0367de"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"mesa",
|
|
"mesa-glu",
|
|
"openal",
|
|
"zmusic",
|
|
]
|