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.
- 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
- 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
- Run ./build.sh or ./build-sudo.sh
The SDK will be installed to /usr/local/PSDK3v2