]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - doc/help/man-cups-config.html
More man page updates.
[thirdparty/cups.git] / doc / help / man-cups-config.html
... / ...
CommitLineData
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>
11cups-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
49used by application developers to determine the necessary command-line
50options for the compiler and linker, as well as determining installation
51directories for filters, configuration files, and drivers.
52<h2 class="title"><a name="OPTIONS">Options</a></h2>
53<p style="margin-left: 5.0em; text-indent: -5.0em">--api-version
54<br>
55<br>
56Displays the current API version (major.minor).
57<p style="margin-left: 5.0em; text-indent: -5.0em">--build
58<br>
59<br>
60Displays a system-specific build number.
61<p style="margin-left: 5.0em; text-indent: -5.0em">--cflags
62<br>
63<br>
64Displays the necessary compiler options.
65<p style="margin-left: 5.0em; text-indent: -5.0em">--datadir
66<br>
67<br>
68Displays the default CUPS data directory.
69<p style="margin-left: 5.0em; text-indent: -5.0em">--help
70<br>
71<br>
72Displays the program usage message.
73<p style="margin-left: 5.0em; text-indent: -5.0em">--image
74<br>
75<br>
76When used with <i>--libs</i>, adds the CUPS imaging library to the
77list of displayed libraries.
78<p style="margin-left: 5.0em; text-indent: -5.0em">--ldflags
79<br>
80<br>
81Displays the necessary linker options.
82<p style="margin-left: 5.0em; text-indent: -5.0em">--libs
83<br>
84<br>
85Displays the necessary librarys to link to.
86<p style="margin-left: 5.0em; text-indent: -5.0em">--serverbin
87<br>
88<br>
89Displays the default CUPS binary directory,
90where filters and backends are stored.
91<p style="margin-left: 5.0em; text-indent: -5.0em">--serverroot
92<br>
93<br>
94Displays the default CUPS configuration file directory.
95<p style="margin-left: 5.0em; text-indent: -5.0em">--static
96<br>
97<br>
98When used with <i>--libs</i>, shows the static libraries instead
99of the default (shared) libraries.
100<p style="margin-left: 5.0em; text-indent: -5.0em">--version
101<br>
102<br>
103Displays the full version number of the CUPS installation
104(major.minor.patch).
105<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
106<a href="http://localhost:631/help">http://localhost:631/help</a>
107<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
108Copyright 2007-2013 by Apple Inc.
109
110</body>
111</html>