vegah / amigabuild-docker

Docker image for building amiga binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for building with gcc for amiga.

Based on the amiga-gcc-toolchain found here : https://github.com/bebbo/amiga-gcc.
Creates a docker image that can compile to an amiga executable.
Also adds the includes found here: https://github.com/deplinenoise/amiga-sdk

How to build

$ docker build -t myimage:mytag .

Since it downloads and makes the binary when creating the image, this takes some time.

How to use the image directly

$ docker -it run vegah/amigabuild:latest bash

The dockerfile itself is licensed under the GNU Public License 3. All software that is created is of coursed licensed with their own licenses.

About

Docker image for building amiga binaries

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%