Skip to content

BlitterStudio/amiberry-docker-armhf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amiberry-docker-armhf

A Dockerfile which creates an image, with the requirements to build Amiberry for the armhf (32-bit) platform (e.g. Raspberry Pi). The image is based on Debian:latest and includes all Amiberry dependencies (e.g. SDL2, SDL2-image, etc)

No Dispmanx is supported in this image, only 32-bit SDL2 versions.

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

Usage

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

Then you can proceed to compile Amiberry as usual, e.g. make -j8 PLATFORM=rpi4-sdl2

Releases

No releases published

Packages

No packages published