Automatically built docker image with the ps3dev toolchain ready to be used for homebrew development.
https://github.com/ps3dev/ps3dev-docker
If you don't have an arm64 system to run the docker on, you can use qemu:
docker run -v /usr/bin/qemu-aarch64:/usr/bin/qemu-aarch64 -v `pwd`:/build zeldin/ps3dev-docker make
(You'll need to enable binfmt_misc, and the qemu should be built statically.)
Content type
Image
Digest
sha256:76eae7854…
Size
378.1 MB
Last updated
3 months ago
docker pull zeldin/ps3dev-docker