source: roaraudio/doc/man1/roar-config.1 @ 5748:dabf3b64218d

Last change on this file since 5748:dabf3b64218d was 5748:dabf3b64218d, checked in by phi, 11 years ago

updated docs

File size: 1.2 KB
Line 
1.\" roar-config.1:
2
3.TH "roar-config" "1" "January 2010" "RoarAudio" "System User's Manual: roar-config"
4
5.SH NAME
6
7roar-config \- get information of installed RoarAudio librarys
8
9.SH SYNOPSIS
10
11roar-config \-\-version
12
13roar-config [{\-\-output-pc|\-\-output-normal}] [\-\-libs] [\-\-cflags] [LIB]
14
15roar-config [\-\-product PRODUCT] [\-\-provider PROVIDER] [\-\-universal] \-\-path PATH
16
17.SH DESCRIPTION
18
19This small tool prints information about installed versions and needed flags to work
20with the RoarAudio librarys.
21
22.SH "OPTIONS"
23
24.TP
25\fB--version\fR
26Show version of library
27
28.TP
29\fB--path NAME\fR
30Print path NAME. Examples for NAME include prefix-plugins.
31
32.TP
33\fB--product PRODUCT\fR
34Product string for --path.
35
36.TP
37\fB--provider PROVIDER\fR
38Provider string for --path.
39
40.TP
41\fB--universal\fR
42Use universal path for --path.
43
44.TP
45\fB--libs\fR
46Show linker flags (\-lxxx) needed to link library
47
48.TP
49\fB--cflags\fR
50Show compiler flags needed to link library
51
52.TP
53\fB--output-pc\fR
54Output in PC format.
55
56.TP
57\fB--output-normal\fR
58Output in "classical" format.
59
60.SH "SEE ALSO"
61\fBroartips\fR(7),
62\fBlibroar\fR(7),
63\fBRoarAudio\fR(7).
64
65.SH "HISTORY"
66
67For history information see \fBRoarAudio\fR(7).
68
69.\" ll
Note: See TracBrowser for help on using the repository browser.