]> git.sesse.net Git - vlc/blob - doc/vlc-config.1
Add the Changelog-2006. It shouldn't be updated now... :)
[vlc] / doc / vlc-config.1
1 .TH LIBVLC 1 "8 August 2002" Version 0.5.0
2 .SH NAME
3 vlc-config - script to get information about the installed version of libvlc
4 .SH SYNOPSIS
5 .B vlc-config
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
7 .SH DESCRIPTION
8 .PP
9 \fIvlc-config\fP is a tool that is used to configure to determine
10 the compiler and linker flags that should be used to compile
11 and link programs that use \fIlibvlc\fP.
12 .
13 .SH OPTIONS
14 .l
15 \fIvlc-config\fP accepts the following options:
16 .TP 8
17 .B  \-\-version
18 Print the currently installed version of \fIlibvlc\fP on the standard output.
19 .TP 8
20 .B  \-\-libs
21 Print the linker flags that are necessary to link a \fIlibvlc\fP program.
22 .TP 8
23 .B  \-\-cflags
24 Print the compiler flags that are necessary to compile a \fIlibvlc\fP program.
25 .TP 8
26 .B  \-\-prefix=PREFIX
27 If specified, use PREFIX instead of the installation prefix that \fIlibvlc\fP
28 was built with when computing the output for the \-\-cflags and
29 \-\-libs options. This option is also used for the exec prefix
30 if \-\-exec\-prefix was not specified. This option must be specified
31 before any \-\-libs or \-\-cflags options.
32 .TP 8
33 .B  \-\-exec\-prefix=PREFIX
34 If specified, use PREFIX instead of the installation exec prefix that
35 \fIlibvlc\fP was built with when computing the output for the \-\-cflags
36 and \-\-libs options.  This option must be specified before any
37 \-\-libs or \-\-cflags options.
38 .SH SEE ALSO
39 .BR vlc (1),
40 .SH COPYRIGHT
41 Copyright \(co  2002 Owen Taylor, modified by Sam Hocevar
42
43 Permission to use, copy, modify, and distribute this software and its
44 documentation for any purpose and without fee is hereby granted,
45 provided that the above copyright notice appear in all copies and that
46 both that copyright notice and this permission notice appear in
47 supporting documentation.