]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cups-config.html
More man page modernization.
[thirdparty/cups.git] / doc / help / man-cups-config.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cups-config(1)</title>
7 </head>
8 <body>
9 <h1 class="title">cups-config(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 cups-config - get cups api, compiler, directory, and link information.
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>cups-config</b>
14 --api-version
15 <br>
16 <b>cups-config</b>
17 --build
18 <br>
19 <b>cups-config</b>
20 --cflags
21 <br>
22 <b>cups-config</b>
23 --datadir
24 <br>
25 <b>cups-config</b>
26 --help
27 <br>
28 <b>cups-config</b>
29 --ldflags
30 <br>
31 <b>cups-config</b>
32 [
33 <i>--image</i>
34 ] [
35 <i>--static</i>
36 ] --libs
37 <br>
38 <b>cups-config</b>
39 --serverbin
40 <br>
41 <b>cups-config</b>
42 --serverroot
43 <br>
44 <b>cups-config</b>
45 --version
46 <br>
47 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
48 <b>cups-config</b> is the CUPS program configuration utility. It should be
49 used by application developers to determine the necessary command-line
50 options for the compiler and linker, as well as determining installation
51 directories for filters, configuration files, and drivers.
52 <h2 class="title"><a name="OPTIONS">Options</a></h2>
53 <dl class="man">
54 <dt>--api-version
55 <dd style="margin-left: 5.0em"><br>
56 Displays the current API version (major.minor).
57 <dt>--build
58 <dd style="margin-left: 5.0em"><br>
59 Displays a system-specific build number.
60 <dt>--cflags
61 <dd style="margin-left: 5.0em"><br>
62 Displays the necessary compiler options.
63 <dt>--datadir
64 <dd style="margin-left: 5.0em"><br>
65 Displays the default CUPS data directory.
66 <dt>--help
67 <dd style="margin-left: 5.0em"><br>
68 Displays the program usage message.
69 <dt>--image
70 <dd style="margin-left: 5.0em"><br>
71 When used with <i>--libs</i>, adds the CUPS imaging library to the
72 list of displayed libraries.
73 <dt>--ldflags
74 <dd style="margin-left: 5.0em"><br>
75 Displays the necessary linker options.
76 <dt>--libs
77 <dd style="margin-left: 5.0em"><br>
78 Displays the necessary librarys to link to.
79 <dt>--serverbin
80 <dd style="margin-left: 5.0em"><br>
81 Displays the default CUPS binary directory,
82 where filters and backends are stored.
83 <dt>--serverroot
84 <dd style="margin-left: 5.0em"><br>
85 Displays the default CUPS configuration file directory.
86 <dt>--static
87 <dd style="margin-left: 5.0em"><br>
88 When used with <i>--libs</i>, shows the static libraries instead
89 of the default (shared) libraries.
90 <dt>--version
91 <dd style="margin-left: 5.0em"><br>
92 Displays the full version number of the CUPS installation
93 (major.minor.patch).
94 </dl>
95 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
96 <a href="http://localhost:631/help">http://localhost:631/help</a>
97 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
98 Copyright 2007-2013 by Apple Inc.
99
100 </body>
101 </html>