allegro-config
script to get information about the installed version of Allegro
- Provided by: liballegro4-dev (Version: 2:4.4.3.1-6)
- Source: allegro4.4
- Report a bug
script to get information about the installed version of Allegro
allegro-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] [--static] [--shared] [--env] [release|debug|profile]
allegro-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use the Allegro library. It is intended to be used on Unix systems instead of the simple "-lalleg" call.
gcc -o mygame mygame.o `allegro-config --libs`
allegro-config will insert arguments needed to link into the command line.
allegro-config accepts the following options:
BASH#> eval `allegro-config --env`
allegro-dev-tools(1)
The allegro info entry
This manual page was written by Eduard Bloch <blade@debian.org>, for the Debian GNU/Linux system (but may be used by others). It is heavily based on a similar manpage for gtk-config, written by Owen Taylor. His notice:
Copyright © 1998 Owen Taylor
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.