Sign inSign up

flipacholas/ps3devextra

By flipacholas

•Updated over 8 years ago

Start PS3 development with 1 only command! Includes Libraries

Image
1

10K+

flipacholas/ps3devextra repository overview

⁠Docker-PS3DevExtra

This docker image is meant to help PS3 Homebrew developers providing an out-of-the-box setup with all the necessary libraries included and compiled. Uses alpine as base image to significantly reduce the container's size.

⁠Included Libraries

This container includes the following libraries:

If you'd like more libraries to be included you can edit install-libraries.sh and send a pull request.

⁠Usage

Run this command in your project's directory:

docker run -it --rm -v "$PWD:/src" flipacholas/ps3devextra make

⁠Customize

If you want to customize this container run this command to enter the ash shell:

run -it CONTAINER_ID /bin/ash

Don't forget to substitute CONTAINER_ID with your real id, running 'docker ps' will display it.

⁠Thanks

Mathias Lafeldt⁠ and the guys from ps3dev⁠

Tag summary

Content type

Image

Digest

Size

300.1 MB

Last updated

over 8 years ago

docker pull flipacholas/ps3devextra