Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (32 loc) · 733 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 733 Bytes

PSn00bSDK Docker Bundle MIPS Compilator

Requirements

  • Docker
  • Docker Compose

Deployments

Clone the repository

HTTPS

git clone https://github.com/NahimRouidjali/PSn00bSDK_Docker.git

SSH

git clone git@github.com:NahimRouidjali/PSn00bSDK_Docker.git

Start the container

docker-compose up -d

Your project has to be in the psxproj folder with makefile
Don't touch the setup.mk file !

This CLI is for compiling your project

docker exec -it psn00b_container make

Debug purposes

Access to the container in bash

docker exec -it psn00b_container bash

Credits

  • NahimR - Docker Bundle
  • Lameguy64 - PSn00bSDK