]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cups-config.man
Import CUPS v1.7.1
[thirdparty/cups.git] / man / cups-config.man
CommitLineData
ef416fc2 1.\"
61515785 2.\" "$Id: cups-config.man 11022 2013-06-06 22:14:09Z msweet $"
ef416fc2 3.\"
321d8d57 4.\" cups-config man page for CUPS.
ef416fc2 5.\"
0fa6c7fa 6.\" Copyright 2007-2013 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.\"
9aff70cc 15.TH cups-config 1 "CUPS" "23 October 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
e4572d57
MS
23--build
24.br
25.B cups-config
ef416fc2 26--cflags
27.br
28.B cups-config
29--datadir
30.br
31.B cups-config
32--help
33.br
34.B cups-config
35--ldflags
36.br
37.B cups-config
38[
39.I --image
40] [
41.I --static
42] --libs
43.br
44.B cups-config
45--serverbin
46.br
47.B cups-config
48--serverroot
49.br
50.B cups-config
51--version
52.br
53.SH DESCRIPTION
54\fBcups-config\fR is the CUPS program configuration utility. It should be
55used by application developers to determine the necessary command-line
56options for the compiler and linker, as well as determining installation
57directories for filters, configuration files, and drivers.
bd7854cb 58.SH OPTIONS
59.TP 5
60--api-version
61.br
62Displays the current API version (major.minor).
63.TP 5
e4572d57
MS
64--build
65.br
66Displays a system-specific build number.
67.TP 5
bd7854cb 68--cflags
69.br
70Displays the necessary compiler options.
71.TP 5
72--datadir
73.br
74Displays the default CUPS data directory.
75.TP 5
76--help
77.br
78Displays the program usage message.
79.TP 5
80--image
81.br
82When used with \fI--libs\fR, adds the CUPS imaging library to the
dd1abb6b 83list of displayed libraries.
bd7854cb 84.TP 5
85--ldflags
86.br
87Displays the necessary linker options.
88.TP 5
89--libs
90.br
91Displays the necessary librarys to link to.
92.TP 5
93--serverbin
94.br
95Displays the default CUPS binary directory,
ef416fc2 96where filters and backends are stored.
bd7854cb 97.TP 5
98--serverroot
99.br
100Displays the default CUPS configuration file directory.
101.TP 5
102--static
103.br
104When used with \fI--libs\fR, shows the static libraries instead
105of the default (shared) libraries.
106.TP 5
107--version
108.br
109Displays the full version number of the CUPS installation
110(major.minor.patch).
ef416fc2 111.SH SEE ALSO
bd7854cb 112http://localhost:631/help
ef416fc2 113.SH COPYRIGHT
0fa6c7fa 114Copyright 2007-2013 by Apple Inc.
ef416fc2 115.\"
61515785 116.\" End of "$Id: cups-config.man 11022 2013-06-06 22:14:09Z msweet $".
ef416fc2 117.\"