.\" roar-config.1: .TH "roar-config" "1" "January 2010" "RoarAudio" "System User's Manual: roar-config" .SH NAME roar-config \- get information of installed RoarAudio librarys .SH SYNOPSIS roar-config \-\-version roar-config \-\-compare-versions VERSIONA OPERATOR VERSIONB roar-config [{\-\-output-pc|\-\-output-normal}] [\-\-libs] [\-\-cflags] [LIB] roar-config [\-\-product PRODUCT] [\-\-provider PROVIDER] [\-\-universal] \-\-path PATH .SH DESCRIPTION This small tool prints information about installed versions and needed flags to work with the RoarAudio librarys. .SH "OPTIONS" .TP \fB--help\fR Show a brief help. .TP \fB--version\fR Show version of library .TP \fB--compare-versions VERSIONA OPERATOR VERSIONB\fR Compares version VERSIONA against version VERSIONB using operator OPERATOR. Both versions must be in dotted format (e.g. 1.0.8) or the special keyword "current". This keyword represents the current used version. Operator may be "eq" (equal), "ne" (not equal), "gt" (greater than), "ge" (greater than or equal), "lt" (less than) or "le" (less than or equal). This function is mostly useful to check for minimum required or maximum supported versions of libroar in configure scripts. .TP \fB--path NAME\fR Print path NAME. Examples for NAME include prefix-plugins. .TP \fB--product PRODUCT\fR Product string for --path. .TP \fB--provider PROVIDER\fR Provider string for --path. .TP \fB--universal\fR Use universal path for --path. .TP \fB--libs\fR Show linker flags (\-lxxx) needed to link library .TP \fB--cflags\fR Show compiler flags needed to link library .TP \fB--output-pc\fR Output in PC format. .TP \fB--output-normal\fR Output in "classical" format. .SH "SEE ALSO" \fBroartips\fR(7), \fBlibroar\fR(7), \fBRoarAudio\fR(7). .SH "HISTORY" For history information see \fBRoarAudio\fR(7). .\" ll