Docker for Snes Dev. (compilation of command line tool to compile your snes projects)
docker pull antiherosoftware/snesdev
docker build -t antiherosoftware/snesdev -f DockerFile --progress plain .
- CC65 Toolchain
- PVSNESLIB Toolchain
- SuperFamiconv
- SuperFamicheck
- pcx2snes
- gfx2snes
- image magick
- tiled-quantitizer v1.0.4
- Higeul v0.22
docker run --rm -v $PWD:/project antiherosoftware/snesdev make
docker run -it --rm -v $PWD:/project antiherosoftware/snesdev /bin/sh
Either the command and the shell will mount current directory to /project folder in the container.