Skip to content

Instantly share code, notes, and snippets.

@jsmolina
Created August 18, 2024 16:22
Show Gist options
  • Save jsmolina/ac700d2d4c716605f3b2a705a5f47c71 to your computer and use it in GitHub Desktop.
Save jsmolina/ac700d2d4c716605f3b2a705a5f47c71 to your computer and use it in GitHub Desktop.
Allegro 4: using allegro tools from any OS by running them from docker
version: "3"
services:
allegro:
image: docker.io/amarillion/alleg4-buildenv
volumes:
- ./static:/data
# allegro tools in version 4 fail for no reason even on DOS.
# copy this yaml in your project and create a `static` subdirectory
# then execute any allegro utility like this:
# ` docker-compose run allegro dat data.dat -a ASSET.BMP ASSET2.BMP`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment