A Docker toolchain to build your SNES games using pvsneslib on any machine (with docker).
- Create a project using this template: https://github.com/alekmaul/pvsneslib/tree/master/pvsneslib/template
- then run
docker run -it --rm -v$(pwd):/game vayan/snes-toolchain make
inside your project folder - and your
game.sfc
should appear!
If you have issue check that DEVKITSNES
in your project Makefile is like the one in the template.
- Find a way to get make the final sfc filename configurable (hardcoded to
game.sfc
for now) - Fix build on recent gcc
- Optimizes docker image size (164.57 MB for now...)
- Maybe an issue with SRAM with some project (see alekmaul/pvsneslib#36)
no easy way to edit
SNESHEADER
for now