Changeset 5764:2305386b07ad in roaraudio for doc


Ignore:
Timestamp:
11/21/12 15:57:16 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support to roar-config to check versions (Closes: #336)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roar-config.1

    r5748 r5764  
    1010 
    1111roar-config \-\-version 
     12 
     13roar-config \-\-compare-versions VERSIONA OPERATOR VERSIONB 
    1214 
    1315roar-config [{\-\-output-pc|\-\-output-normal}] [\-\-libs] [\-\-cflags] [LIB] 
     
    2527\fB--version\fR 
    2628Show version of library 
     29 
     30.TP 
     31\fB--compare-versions VERSIONA OPERATOR VERSIONB\fR 
     32Compares version VERSIONA against version VERSIONB using operator OPERATOR. 
     33Both versions must be in dotted format (e.g. 1.0.8) or the special keyword "current". 
     34This keyword represents the current used version. 
     35 
     36Operator may be "eq" (equal), "ne" (not equal), "gt" (greater than), "ge" (greater than or equal), 
     37"lt" (less than) or "le" (less than or equal). 
     38 
     39This function is mostly useful to check for minimum required or maximum supported versions of libroar 
     40in configure scripts. 
    2741 
    2842.TP 
Note: See TracChangeset for help on using the changeset viewer.