Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.
/ ps2dev-docker Public archive

This program will automatically build a docker image with the ps2dev toolchain ready to be used for homebrew development.

License

Notifications You must be signed in to change notification settings

ps2dev/ps2dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ====================
  What does this do?
 ====================

  This program will automatically build a docker image with the ps2dev
  toolchain ready to be used for homebrew development.

 ====================
  How do I build it?
 ====================

 Build the image:

   docker build -t ps2dev-docker .

 Copy the helper script:

   cp ps2dev-docker.sh /usr/local/bin

 ==================
  How do I use it?
 ==================

 Use the helper script to run 'make' on the current directory:

   ps2dev-docker.sh make

 ============================
  How do I save and load it?
 ============================

 Save the image:

   docker save ps2dev-docker | bzip2 > ps2dev-docker.tar.bz2

 Load the image:

   docker load < bzip2 -dc ps2dev-docker.tar.bz2

About

This program will automatically build a docker image with the ps2dev toolchain ready to be used for homebrew development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published