]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cups-config.html
Don't provide human-readable log message.
[thirdparty/cups.git] / doc / help / man-cups-config.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
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
14 </b>--api-version
15 <br>
16 <b>cups-config
17 </b>--build
18 <br>
19 <b>cups-config
20 </b>--cflags
21 <br>
22 <b>cups-config
23 </b>--datadir
24 <br>
25 <b>cups-config
26 </b>--help
27 <br>
28 <b>cups-config
29 </b>--ldflags
30 <br>
31 <b>cups-config
32 </b>[
33 <i>--image
34 </i>] [
35 <i>--static
36 </i>] --libs
37 <br>
38 <b>cups-config
39 </b>--serverbin
40 <br>
41 <b>cups-config
42 </b>--serverroot
43 <br>
44 <b>cups-config
45 </b>--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>
54 <dt>--api-version
55 </dt>
56 <dd></dd>
57 <dd>Displays the current API version (major.minor).
58 </dd>
59 <dt>--build
60 </dt>
61 <dd></dd>
62 <dd>Displays a system-specific build number.
63 </dd>
64 <dt>--cflags
65 </dt>
66 <dd></dd>
67 <dd>Displays the necessary compiler options.
68 </dd>
69 <dt>--datadir
70 </dt>
71 <dd></dd>
72 <dd>Displays the default CUPS data directory.
73 </dd>
74 <dt>--help
75 </dt>
76 <dd></dd>
77 <dd>Displays the program usage message.
78 </dd>
79 <dt>--image
80 </dt>
81 <dd></dd>
82 <dd>When used with <i>--libs</i>, adds the CUPS imaging library to the
83 list of displayed libraries.
84 </dd>
85 <dt>--ldflags
86 </dt>
87 <dd></dd>
88 <dd>Displays the necessary linker options.
89 </dd>
90 <dt>--libs
91 </dt>
92 <dd></dd>
93 <dd>Displays the necessary librarys to link to.
94 </dd>
95 <dt>--serverbin
96 </dt>
97 <dd></dd>
98 <dd>Displays the default CUPS binary directory,
99 where filters and backends are stored.
100 </dd>
101 <dt>--serverroot
102 </dt>
103 <dd></dd>
104 <dd>Displays the default CUPS configuration file directory.
105 </dd>
106 <dt>--static
107 </dt>
108 <dd></dd>
109 <dd>When used with <i>--libs</i>, shows the static libraries instead
110 of the default (shared) libraries.
111 </dd>
112 <dt>--version
113 </dt>
114 <dd></dd>
115 <dd>Displays the full version number of the CUPS installation
116 (major.minor.patch).
117 </dd>
118 </dl>
119 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
120 <a href='http://localhost:631/help'>http://localhost:631/help</a>
121 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
122 Copyright 2007-2013 by Apple Inc.
123
124 </body>
125 </html>