alogg-config(1) script to get information about the

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

AUTHOR

This manual page was written by Alexandre Pineau <[email protected]> for the Debian system.