]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cups-config.man
Import CUPS v1.7.1
[thirdparty/cups.git] / man / cups-config.man
1 .\"
2 .\" "$Id: cups-config.man 11022 2013-06-06 22:14:09Z msweet $"
3 .\"
4 .\" cups-config man page for CUPS.
5 .\"
6 .\" Copyright 2007-2013 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
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/".
14 .\"
15 .TH cups-config 1 "CUPS" "23 October 2008" "Apple Inc."
16 .SH NAME
17 cups-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 --build
24 .br
25 .B cups-config
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
55 used by application developers to determine the necessary command-line
56 options for the compiler and linker, as well as determining installation
57 directories for filters, configuration files, and drivers.
58 .SH OPTIONS
59 .TP 5
60 --api-version
61 .br
62 Displays the current API version (major.minor).
63 .TP 5
64 --build
65 .br
66 Displays a system-specific build number.
67 .TP 5
68 --cflags
69 .br
70 Displays the necessary compiler options.
71 .TP 5
72 --datadir
73 .br
74 Displays the default CUPS data directory.
75 .TP 5
76 --help
77 .br
78 Displays the program usage message.
79 .TP 5
80 --image
81 .br
82 When used with \fI--libs\fR, adds the CUPS imaging library to the
83 list of displayed libraries.
84 .TP 5
85 --ldflags
86 .br
87 Displays the necessary linker options.
88 .TP 5
89 --libs
90 .br
91 Displays the necessary librarys to link to.
92 .TP 5
93 --serverbin
94 .br
95 Displays the default CUPS binary directory,
96 where filters and backends are stored.
97 .TP 5
98 --serverroot
99 .br
100 Displays the default CUPS configuration file directory.
101 .TP 5
102 --static
103 .br
104 When used with \fI--libs\fR, shows the static libraries instead
105 of the default (shared) libraries.
106 .TP 5
107 --version
108 .br
109 Displays the full version number of the CUPS installation
110 (major.minor.patch).
111 .SH SEE ALSO
112 http://localhost:631/help
113 .SH COPYRIGHT
114 Copyright 2007-2013 by Apple Inc.
115 .\"
116 .\" End of "$Id: cups-config.man 11022 2013-06-06 22:14:09Z msweet $".
117 .\"