This is a fork of ps3dev/ps3toolchain
This fixes any broken links I found and provides instructions on how to setup the toolchain inside Docker
As far as I'm aware only Docker is needed, everything else is handled inside the Docker container.
Run these commands
git clone https://github.com/BriellaBugs/ps3toolchain
cd ps3toolchain
docker build -t ps3toolchain .cd /path/to/ps3toolchain.git/
docker run -it --rm -v "$PWD"/..:/build ps3toolchain
./toolchain.sh
# Use the toolchain for whatever here
exit