Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 591 Bytes

amiberry-docker-x86_64

A Dockerfile which creates an image, with the requirements to build Amiberry for a Debian-based x86_64 platform (e.g. Ubuntu x86_64).

The image is based on Debian:latest and includes all Amiberry dependencies (e.g. SDL2, SDL2-image, etc)

The full image is available on DockerHub: https://hub.docker.com/repository/docker/midwan/amiberry-debian-x86_64

Usage

docker run --rm -it -v <dir-you-cloned-amiberry-into>:/build midwan/amiberry-debian-x84_64:latest

Then you can proceed to compile Amiberry as usual, e.g. cmake -B build && cmake --build build