Skip to content

MiscPS3/NixSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixSDK

NixSDK is soft recreation of Estwald's PSDK3v2, compilable on newer Linux systems (only tested on Debian 11). All the credit goes to the ps3dev developers and everyone who contributed to the creation of PSL1GHT and its related libraries.

Important Note: This is merely a distribution of older versions of the current ps3dev projects. No meaningful changes were made to the source code aside from scripting tweaks.

Sources:

Current Repos:

Swapped PSL1GHT components:

Building:

  1. Install the following software:
  autoconf, automake, bison, flex, gcc, libelf, make, makeinfo,
  ncurses, patch, python, subversion, wget, zlib, libtool, python,
  bzip2, gmp, pkg-config, g++, libssl-dev, clang
  1. Set environment variables:
  export PS3SDK=/usr/local/PSDK3v2
  export PS3DEV=$PS3SDK/ps3dev
  export PSL1GHT=$PS3SDK/psl1ght

  export PATH=$PATH:$PS3DEV/bin
  export PATH=$PATH:$PS3DEV/ppu/bin
  export PATH=$PATH:$PS3DEV/spu/bin
  1. Run ./build.sh or ./build-sudo.sh

The SDK will be installed to /usr/local/PSDK3v2