Skip to content

BriellaBugs/ps3toolchain

 
 

Repository files navigation

Ps3toolchain

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

Dependencies

As far as I'm aware only Docker is needed, everything else is handled inside the Docker container.

How to install

Run these commands

git clone https://github.com/BriellaBugs/ps3toolchain
cd ps3toolchain
docker build -t ps3toolchain .

How to run

cd /path/to/ps3toolchain.git/
docker run -it --rm -v "$PWD"/..:/build ps3toolchain
./toolchain.sh
# Use the toolchain for whatever here
exit

About

With working libxml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.6%
  • Dockerfile 3.4%