PlayStation 2: Difference between revisions

Klinger (talk | contribs)
mNo edit summary
m ps2dev now requires autotools, and CMAKE_INSTALL_PREFIX is also needed, otherwise a build step attempts to write binaries to /var/empty/local (Tested on 2024-08-03)
Line 33: Line 33:
   name = "ps2dev";
   name = "ps2dev";
   targetPkgs = pkgs: (with pkgs; [
   targetPkgs = pkgs: (with pkgs; [
    autotools
     gnumake
     gnumake
     clang
     clang
Line 72: Line 73:
     export PS2SDK=$PS2DEV/ps2sdk
     export PS2SDK=$PS2DEV/ps2sdk
     export PATH=$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin:$PS2DEV/dvp/bin:$PS2SDK/bin
     export PATH=$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin:$PS2DEV/dvp/bin:$PS2SDK/bin
    export CMAKE_INSTALL_PREFIX=$PS2DEV
     exec ps2dev
     exec ps2dev
     '';
     '';