redox/recipes/wip/emulators/game-console/snes9x/recipe.toml
2025-11-17 08:20:26 -03:00

17 lines
317 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/snes9xgit/snes9x/wiki/Compiling
[source]
git = "https://github.com/snes9xgit/snes9x"
rev = "1.63"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"sdl2",
"gtk3mm",
"libpng",
"zlib",
"libx11",
"libepoxy",
]