]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cups-config.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cups-config.man
1 .\"
2 .\" "$Id: cups-config.man 6649 2007-07-11 21:46:42Z mike $"
3 .\"
4 .\" cups-config man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007 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 "Common UNIX Printing System" "11 February 2006" "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 --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
52 used by application developers to determine the necessary command-line
53 options for the compiler and linker, as well as determining installation
54 directories for filters, configuration files, and drivers.
55 .SH OPTIONS
56 .TP 5
57 --api-version
58 .br
59 Displays the current API version (major.minor).
60 .TP 5
61 --cflags
62 .br
63 Displays the necessary compiler options.
64 .TP 5
65 --datadir
66 .br
67 Displays the default CUPS data directory.
68 .TP 5
69 --help
70 .br
71 Displays the program usage message.
72 .TP 5
73 --image
74 .br
75 When used with \fI--libs\fR, adds the CUPS imaging library to the
76 list or displayed libraries.
77 .TP 5
78 --ldflags
79 .br
80 Displays the necessary linker options.
81 .TP 5
82 --libs
83 .br
84 Displays the necessary librarys to link to.
85 .TP 5
86 --serverbin
87 .br
88 Displays the default CUPS binary directory,
89 where filters and backends are stored.
90 .TP 5
91 --serverroot
92 .br
93 Displays the default CUPS configuration file directory.
94 .TP 5
95 --static
96 .br
97 When used with \fI--libs\fR, shows the static libraries instead
98 of the default (shared) libraries.
99 .TP 5
100 --version
101 .br
102 Displays the full version number of the CUPS installation
103 (major.minor.patch).
104 .SH SEE ALSO
105 http://localhost:631/help
106 .SH COPYRIGHT
107 Copyright 2007 by Apple Inc.
108 .\"
109 .\" End of "$Id: cups-config.man 6649 2007-07-11 21:46:42Z mike $".
110 .\"