ALOGG(1)
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
--shared Selects shared version for subsequent Allegro/alogg libraries
--static Selects static version for subsequent Allegro/alogg libraries
--libs Prints linker options to link with alogg
- --libs-alogg-only
- Prints linker options to link with alogg, without its dependencies (Allegro, Ogg/Vorbis...)
- --libs-oggvorbis
- Prints linker options to link with the Ogg/Vorbis libraries
- --with-tremor
- Force use of Tremor library
- --without-tremor
- Force use of standard Ogg/Vorbis library
SEE ALSO
the alogg info entry
AUTHOR
- This manual page was written by Alexandre Pineau <alexandre.pineau@free.fr> for the Debian system.