man alogg-config (Commandes) - script to get information about the installed version of Alogg

NAME

alogg-config - script to get information about the installed version of Alogg

SYNOPSIS

alogg-config [options]

DESCRIPTION

alogg-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 Alogg library.

EXAMPLE

gcc -o mygame mygame.o `alogg-config --libs`

alogg-config will insert arguments needed to link into the command line.

OPTIONS

alogg-config accepts the following options:

--help
Show summary of options.
--version
Prints installed alogg version
--cflags
Prints compiler flags to compile with alogg
--libs
Prints linker options to link with alogg
--libs-alogg-only
Prints linker options to link with alogg, without its dependencies (Allegro, Ogg/Vorbis...)

SEE ALSO

the alogg info entry

AUTHOR

This manual page was written by Alexandre Pineau <alexandre.pineau@free.fr> for the Debian system.