https://github.com/zerasul/durangodocker
Durango Docker Image
https://github.com/zerasul/durangodocker
Last synced: 4 months ago
JSON representation
Durango Docker Image
- Host: GitHub
- URL: https://github.com/zerasul/durangodocker
- Owner: zerasul
- License: mit
- Created: 2022-07-13T18:06:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T17:57:07.000Z (almost 4 years ago)
- Last Synced: 2025-10-26T04:52:35.247Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Durango Development Kit Image
This is a Image with all the tools needed for Develop for the Durango Project:
[https://www.durangoretro.com/](https://www.durangoretro.com/)
This image include the following tools:
* xa65 assembler for 6502
* cc65 C Compiler
You can Find this Image in [Docker Hub](https://hub.docker.com/r/zerasul/durangodevkit).
This Image is made with the colaboration of [La jaquería](https://lajaqueria.org)
By default the make command is called.
```bash
docker run -rm -v $PWD:/src/durango zerasul/durangodevkit
```