1XINE(1) General Commands Manual XINE(1)
2
3
4
6 xine-config - script to get information about the installed version of
7 libxine
8
10 xine-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs]
11 [--cflags] [--objcflags] [--plugindir] [--datadir] [--scriptdir]
12 [--localedir]
13
15 xine-config is a tool that is used to determine the compiler and linker
16 flags that should be used to compile and link programs that use libx‐
17 ine. It can also be used to determine the directories where libxine
18 expects plugins and skins. Finally, it's also used internally by the
19 .m4 macros for GNU autoconf that are included with xine-lib.
20
22 xine-config accepts the following options:
23
24 --version
25 Print the currently installed version of libxine on the stan‐
26 dard output.
27
28 --libs Print the linker flags that are necessary to link libxine to a
29 program.
30
31 --cflags
32 --objcflags
33 Print the compiler flags (for C and Objective C, respectively)
34 that are necessary to compile a program that uses libxine.
35
36 --bindir
37 --plugindir
38 --datadir
39 --scriptdir
40 --localedir
41 Print the directory where, respectively, libxine binaries,
42 plugins, data files, scripts and locale data are
43 stored/expected.
44
45 --prefix=PREFIX
46 If specified, use PREFIX instead of the installation prefix
47 that xine-lib was built with when computing the output for the
48 --cflags and --libs options. This option is also used for the
49 exec prefix if --exec-prefix was not specified. This option
50 must be specified before any --libs or --cflags options.
51
52 --exec-prefix=PREFIX
53 If specified, use PREFIX instead of the installation exec pre‐
54 fix that xine-lib was built with when computing the output for
55 the --cflags and --libs options. This option must be specified
56 before any --libs or --cflags options.
57
59 xine-lib(3), xine(1)
60
62 Copyright © 2001 Siggi Langauf, © 2001-2008 the xine project. Based on
63 the man page for gtk-config, © 1998 Owen Taylor.
64
65 Permission to use, copy, modify, and distribute this software and its
66 documentation for any purpose and without fee is hereby granted, pro‐
67 vided that the above copyright notice appear in all copies and that
68 both that copyright notice and this permission notice appear in sup‐
69 porting documentation.
70
71
72
73The xine project 2001-08-28 XINE(1)