redox/recipes/wip/emulators/game-console/pcsx2/recipe.toml
2025-11-17 06:07:10 -03:00

30 lines
609 B
TOML

#TODO not compiled or tested
# build instructions: https://pcsx2.net/docs/advanced/building#building-on-linux
[source]
git = "https://github.com/PCSX2/pcsx2"
branch = "2.4.x"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
]
# dependencies = [
# "sdl2",
# "xz",
# "libpng",
# "qt6-base",
# "qt6-svg",
# "mesa-x11",
# "libaio",
# "harfbuzz",
# "libpcap",
# "pipewire",
# "libsamplerate",
# "soundtouch",
# "zlib",
# "libxml2",
# "ffmpeg6",
# ]