mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
30 lines
609 B
TOML
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",
|
|
# ]
|