Skip to content

BlitterStudio/amiberry-docker-x86_64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amiberry-docker-x86_64

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

The image is based on Ubuntu: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-docker-x86_64

Usage

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

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

About

Dockerfile for building Amiberry on x86_64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published