logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

roar-config - get information of installed RoarAudio libraries

Description

       This  small  tool prints information about installed versions and needed flags to work with the RoarAudio
       libraries.

History

       For history information see RoarAudio(7).

RoarAudio                                         January 2010                                    roar-config(1)

Name

       roar-config - get information of installed RoarAudio libraries

Options

--help Show a brief help.

       --version
              Show version of library

       --compare-versionsVERSIONAOPERATORVERSIONB
              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.

       --pathNAME
              Print path NAME. Examples for NAME include prefix-plugins.

       --list-path
              List all known paths with corresponding values.

       --productPRODUCT
              Product string for --path and --list-path.

       --providerPROVIDER
              Provider string for --path and --list-path.

       --universal
              Use universal path for --path and --list-path.

       --render-pathPATH
              Render the given path. The path can be any absolute path, a  path  relative  to  the  user's  home
              directory  (prefixed  with ~/) or a path relative to a path as used by --path (prefixed with $ and
              path name).

       --libs Show linker flags (-lxxx) needed to link library

       --cflags
              Show compiler flags needed to link library

       --output-pc
              Output in PC format.

       --output-normal
              Output in "classical" format.

See Also

roartips(7), libroar(7), RoarAudio(7).

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|--list-path}

       roar-config --render-path PATH

See Also