PlayStation 2: Difference between revisions
imported>Bignaux |
imported>GovanifY update to ps2dev instead of ps2toolchain for those that need it |
||
Line 26: | Line 26: | ||
== Building the open source PS2SDK on NixOS == | == Building the open source PS2SDK on NixOS == | ||
You can use the following nix-shell script to build the open source PS2SDK through [https://github.com/ps2dev/ | You can use the following nix-shell script to build the open source PS2SDK through [https://github.com/ps2dev/ps2dev ps2dev]. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
Line 42: | Line 42: | ||
texinfo | texinfo | ||
bash | bash | ||
file | |||
bison | |||
flex | |||
gettext | |||
gsl | |||
gnum4 | |||
gmp.dev | |||
gmp.out | |||
mpfr | |||
libmpc | |||
]); | ]); | ||
runScript = "bash"; | runScript = "bash"; |