bensuperpc / docker-rgbds

rgbds compiler in docker

Home Page:https://hub.docker.com/repository/docker/bensuperpc/rgbds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-rgbds

gameboy compiler rgbds in docker

forthebadge forthebadge forthebadge

docker-rgbds

New Features !

  • Multi-plateform build (ARM64, ARMv7, PPC64le, AMD64, I386...)

Install

You need Linux distribution like Ubuntu or Manjaoro

https://github.com/Bensuperpc/docker-rgbds.git
cd docker-rgbds

Usage

./compiler.sh make (where project to build)

Exemple

clone https://github.com/KeetKhat/gameboy-coeur-dx and go to gameboy-coeur-dx directory, after that :

../compiler.sh make -C src all

Build

make linux/amd64 or make linux/arm64

Todos

  • Write Tests
  • Continue dev. :D

More info :

License

MIT License

Free Software forever !

About

rgbds compiler in docker

https://hub.docker.com/repository/docker/bensuperpc/rgbds

License:MIT License


Languages

Language:Makefile 50.5%Language:Shell 28.3%Language:Dockerfile 21.2%