Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

flipacholas/Docker-PS3DevExtra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Choose your OS

This project is divided in two branches:

If you just want to use the build tools, choose alpine. Otherwise if you would like to customise the image, ubuntu may help you better.

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:latest make

Substitute 'latest' with 'ubuntu-latest' to use ubuntu branch.

Customize

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

Alpine:

docker run -it flipacholas/ps3devextra:latest /bin/ash

Ubuntu:

docker run -it flipacholas/ps3devextra:ubuntu-latest /bin/bash

Don't forget that changes are not persistent in the docker environment, you have to commit at the end to create a new image.

Thanks

Mathias Lafeldt and the guys at ps3dev

About

Start PS3 development with only one command!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published