]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cups-config.html
More man page modernization.
[thirdparty/cups.git] / doc / help / man-cups-config.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
c277f98c
MS
13<b>cups-config</b>
14--api-version
94436c5a 15<br>
c277f98c
MS
16<b>cups-config</b>
17--build
94436c5a 18<br>
c277f98c
MS
19<b>cups-config</b>
20--cflags
94436c5a 21<br>
c277f98c
MS
22<b>cups-config</b>
23--datadir
94436c5a 24<br>
c277f98c
MS
25<b>cups-config</b>
26--help
94436c5a 27<br>
c277f98c
MS
28<b>cups-config</b>
29--ldflags
94436c5a 30<br>
c277f98c
MS
31<b>cups-config</b>
32[
33<i>--image</i>
34] [
35<i>--static</i>
36] --libs
94436c5a 37<br>
c277f98c
MS
38<b>cups-config</b>
39--serverbin
94436c5a 40<br>
c277f98c
MS
41<b>cups-config</b>
42--serverroot
94436c5a 43<br>
c277f98c
MS
44<b>cups-config</b>
45--version
94436c5a
MS
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>
2909c66c
MS
53<dl class="man">
54<dt>--api-version
55<dd style="margin-left: 5.0em"><br>
c277f98c 56Displays the current API version (major.minor).
2909c66c
MS
57<dt>--build
58<dd style="margin-left: 5.0em"><br>
c277f98c 59Displays a system-specific build number.
2909c66c
MS
60<dt>--cflags
61<dd style="margin-left: 5.0em"><br>
c277f98c 62Displays the necessary compiler options.
2909c66c
MS
63<dt>--datadir
64<dd style="margin-left: 5.0em"><br>
c277f98c 65Displays the default CUPS data directory.
2909c66c
MS
66<dt>--help
67<dd style="margin-left: 5.0em"><br>
c277f98c 68Displays the program usage message.
2909c66c
MS
69<dt>--image
70<dd style="margin-left: 5.0em"><br>
c277f98c 71When used with <i>--libs</i>, adds the CUPS imaging library to the
94436c5a 72list of displayed libraries.
2909c66c
MS
73<dt>--ldflags
74<dd style="margin-left: 5.0em"><br>
c277f98c 75Displays the necessary linker options.
2909c66c
MS
76<dt>--libs
77<dd style="margin-left: 5.0em"><br>
c277f98c 78Displays the necessary librarys to link to.
2909c66c
MS
79<dt>--serverbin
80<dd style="margin-left: 5.0em"><br>
c277f98c 81Displays the default CUPS binary directory,
94436c5a 82where filters and backends are stored.
2909c66c
MS
83<dt>--serverroot
84<dd style="margin-left: 5.0em"><br>
c277f98c 85Displays the default CUPS configuration file directory.
2909c66c
MS
86<dt>--static
87<dd style="margin-left: 5.0em"><br>
c277f98c 88When used with <i>--libs</i>, shows the static libraries instead
94436c5a 89of the default (shared) libraries.
2909c66c
MS
90<dt>--version
91<dd style="margin-left: 5.0em"><br>
c277f98c 92Displays the full version number of the CUPS installation
94436c5a 93(major.minor.patch).
2909c66c 94</dl>
94436c5a 95<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c 96<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
97<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
98Copyright 2007-2013 by Apple Inc.
99
100</body>
101</html>