SashaNullptr / ps2dev-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 ====================
  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.

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 96.3%Language:Shell 3.7%