allegro

C/C++ multimedia library for cross-platform game development

brewmacoslinux
Try with needOr install directly
Source

About

C/C++ multimedia library for cross-platform game development

Commands

allegro-config

Examples

Get Allegro compiler flags and libraries for compilation$ allegro-config --cflags --libs
Check installed Allegro version$ allegro-config --version
Compile a C program using Allegro library$ gcc myprogram.c -o myprogram $(allegro-config --cflags --libs)