]> 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 5099 2006-02-13 02:46:10Z mike $"
3 .\"
4 .\" cups-config man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2006 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636 USA
19 .\"
20 .\" Voice: (301) 373-9600
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH cups-config 1 "Common UNIX Printing System" "11 February 2006" "Easy Software Products"
25 .SH NAME
26 cups-config \- get cups api, compiler, directory, and link information.
27 .SH SYNOPSIS
28 .B cups-config
29 --api-version
30 .br
31 .B cups-config
32 --cflags
33 .br
34 .B cups-config
35 --datadir
36 .br
37 .B cups-config
38 --help
39 .br
40 .B cups-config
41 --ldflags
42 .br
43 .B cups-config
44 [
45 .I --image
46 ] [
47 .I --static
48 ] --libs
49 .br
50 .B cups-config
51 --serverbin
52 .br
53 .B cups-config
54 --serverroot
55 .br
56 .B cups-config
57 --version
58 .br
59 .SH DESCRIPTION
60 \fBcups-config\fR is the CUPS program configuration utility. It should be
61 used by application developers to determine the necessary command-line
62 options for the compiler and linker, as well as determining installation
63 directories for filters, configuration files, and drivers.
64 .SH OPTIONS
65 .TP 5
66 --api-version
67 .br
68 Displays the current API version (major.minor).
69 .TP 5
70 --cflags
71 .br
72 Displays the necessary compiler options.
73 .TP 5
74 --datadir
75 .br
76 Displays the default CUPS data directory.
77 .TP 5
78 --help
79 .br
80 Displays the program usage message.
81 .TP 5
82 --image
83 .br
84 When used with \fI--libs\fR, adds the CUPS imaging library to the
85 list or displayed libraries.
86 .TP 5
87 --ldflags
88 .br
89 Displays the necessary linker options.
90 .TP 5
91 --libs
92 .br
93 Displays the necessary librarys to link to.
94 .TP 5
95 --serverbin
96 .br
97 Displays the default CUPS binary directory,
98 where filters and backends are stored.
99 .TP 5
100 --serverroot
101 .br
102 Displays the default CUPS configuration file directory.
103 .TP 5
104 --static
105 .br
106 When used with \fI--libs\fR, shows the static libraries instead
107 of the default (shared) libraries.
108 .TP 5
109 --version
110 .br
111 Displays the full version number of the CUPS installation
112 (major.minor.patch).
113 .SH SEE ALSO
114 http://localhost:631/help
115 .SH COPYRIGHT
116 Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
117 .\"
118 .\" End of "$Id: cups-config.man 5099 2006-02-13 02:46:10Z mike $".
119 .\"