]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cups-config.man
Merge changes from CUPS 1.4svn-r7696.
[thirdparty/cups.git] / man / cups-config.man
CommitLineData
ef416fc2 1.\"
75bd9771 2.\" "$Id: cups-config.man 7646 2008-06-16 17:26:20Z mike $"
ef416fc2 3.\"
4.\" cups-config man page for the Common UNIX Printing System (CUPS).
5.\"
dd1abb6b 6.\" Copyright 2007-2008 by Apple Inc.
bd7854cb 7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14.\"
dd1abb6b 15.TH cups-config 1 "Common UNIX Printing System" "16 June 2008" "Apple Inc."
ef416fc2 16.SH NAME
17cups-config \- get cups api, compiler, directory, and link information.
18.SH SYNOPSIS
19.B cups-config
20--api-version
21.br
22.B cups-config
23--cflags
24.br
25.B cups-config
26--datadir
27.br
28.B cups-config
29--help
30.br
31.B cups-config
32--ldflags
33.br
34.B cups-config
35[
36.I --image
37] [
38.I --static
39] --libs
40.br
41.B cups-config
42--serverbin
43.br
44.B cups-config
45--serverroot
46.br
47.B cups-config
48--version
49.br
50.SH DESCRIPTION
51\fBcups-config\fR is the CUPS program configuration utility. It should be
52used by application developers to determine the necessary command-line
53options for the compiler and linker, as well as determining installation
54directories for filters, configuration files, and drivers.
bd7854cb 55.SH OPTIONS
56.TP 5
57--api-version
58.br
59Displays the current API version (major.minor).
60.TP 5
61--cflags
62.br
63Displays the necessary compiler options.
64.TP 5
65--datadir
66.br
67Displays the default CUPS data directory.
68.TP 5
69--help
70.br
71Displays the program usage message.
72.TP 5
73--image
74.br
75When used with \fI--libs\fR, adds the CUPS imaging library to the
dd1abb6b 76list of displayed libraries.
bd7854cb 77.TP 5
78--ldflags
79.br
80Displays the necessary linker options.
81.TP 5
82--libs
83.br
84Displays the necessary librarys to link to.
85.TP 5
86--serverbin
87.br
88Displays the default CUPS binary directory,
ef416fc2 89where filters and backends are stored.
bd7854cb 90.TP 5
91--serverroot
92.br
93Displays the default CUPS configuration file directory.
94.TP 5
95--static
96.br
97When used with \fI--libs\fR, shows the static libraries instead
98of the default (shared) libraries.
99.TP 5
100--version
101.br
102Displays the full version number of the CUPS installation
103(major.minor.patch).
ef416fc2 104.SH SEE ALSO
bd7854cb 105http://localhost:631/help
ef416fc2 106.SH COPYRIGHT
dd1abb6b 107Copyright 2007-2008 by Apple Inc.
ef416fc2 108.\"
75bd9771 109.\" End of "$Id: cups-config.man 7646 2008-06-16 17:26:20Z mike $".
ef416fc2 110.\"