source: roaraudio/doc/man1/roar-config.1 @ 5824:dc8445dc0451

Last change on this file since 5824:dc8445dc0451 was 5811:28f6eed531d7, checked in by phi, 11 years ago

improved roar_env_render_path_r() and added support for it to roar-config

File size: 2.1 KB
RevLine 
[3094]1.\" roar-config.1:
2
3.TH "roar-config" "1" "January 2010" "RoarAudio" "System User's Manual: roar-config"
4
5.SH NAME
6
[5811]7roar-config \- get information of installed RoarAudio libraries
[3094]8
9.SH SYNOPSIS
10
[5748]11roar-config \-\-version
12
[5764]13roar-config \-\-compare-versions VERSIONA OPERATOR VERSIONB
14
[5748]15roar-config [{\-\-output-pc|\-\-output-normal}] [\-\-libs] [\-\-cflags] [LIB]
16
17roar-config [\-\-product PRODUCT] [\-\-provider PROVIDER] [\-\-universal] \-\-path PATH
[3094]18
[5811]19roar-config \-\-render\-path PATH
20
[3094]21.SH DESCRIPTION
22
23This small tool prints information about installed versions and needed flags to work
[5811]24with the RoarAudio libraries.
[3094]25
26.SH "OPTIONS"
27
28.TP
[5765]29\fB--help\fR
30Show a brief help.
31
32.TP
[3094]33\fB--version\fR
34Show version of library
35
36.TP
[5764]37\fB--compare-versions VERSIONA OPERATOR VERSIONB\fR
38Compares version VERSIONA against version VERSIONB using operator OPERATOR.
39Both versions must be in dotted format (e.g. 1.0.8) or the special keyword "current".
40This keyword represents the current used version.
41
42Operator may be "eq" (equal), "ne" (not equal), "gt" (greater than), "ge" (greater than or equal),
43"lt" (less than) or "le" (less than or equal).
44
45This function is mostly useful to check for minimum required or maximum supported versions of libroar
46in configure scripts.
47
48.TP
[5672]49\fB--path NAME\fR
50Print path NAME. Examples for NAME include prefix-plugins.
51
52.TP
[5747]53\fB--product PRODUCT\fR
[5801]54Product string for \-\-path.
[5747]55
56.TP
57\fB--provider PROVIDER\fR
[5801]58Provider string for \-\-path.
[5747]59
60.TP
61\fB--universal\fR
[5801]62Use universal path for \-\-path.
[5747]63
64.TP
[5811]65\fB--render-path PATH\fR
66Render the given path. The path can be any absolute path, a path relative to the user's home directory
67(prefixed with ~/) or a path relative to a path as used by --path (prefixed with $ and path name).
68
69.TP
[3094]70\fB--libs\fR
[4013]71Show linker flags (\-lxxx) needed to link library
[3094]72
73.TP
74\fB--cflags\fR
75Show compiler flags needed to link library
76
[5748]77.TP
78\fB--output-pc\fR
79Output in PC format.
80
81.TP
82\fB--output-normal\fR
83Output in "classical" format.
84
[3094]85.SH "SEE ALSO"
86\fBroartips\fR(7),
87\fBlibroar\fR(7),
88\fBRoarAudio\fR(7).
89
90.SH "HISTORY"
91
92For history information see \fBRoarAudio\fR(7).
93
94.\" ll
Note: See TracBrowser for help on using the repository browser.