Skip to content

DockerFiles for Durango Development Kit Image

License

Notifications You must be signed in to change notification settings

durangoretro/DurangoDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Durango Development Kit Image

This is a Image with all the tools needed for Develop for the Durango Project:

https://www.durangoretro.com/

This image include the following tools:

  • xa65 assembler for 6502
  • cc65 C Compiler
  • Rescomp
  • DurangoLib

You can Find this Image in Docker Hub.

This Image is made with the colaboration of La jaquería

By default the make command is called.

docker run -rm -v $PWD:/src/durango zerasul/durangodevkit