ALLEGRO_VERSION=5.2.9.1
ALLEGRO_PROJECT_PATH="~/my-sdl-project"
ALLEGRO_PROJECT_COMPILER_CMD="g++ main.cpp -o main -g `pkg-config --cflags --static --libs allegro-5`"
docker run -v $ALLEGRO_PROJECT_PATH:/tmp/workdir \
-w /tmp/workdir \
-ti hldtux/allegro-compiler:$ALLEGRO_VERSION-mingw-w64-i686 \
bash -c "$ALLEGRO_PROJECT_COMPILER_CMD"
-
Notifications
You must be signed in to change notification settings - Fork 0
Docker container allegro-compiler
humbertodias/docker-allegro-compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Docker container allegro-compiler
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published