]> 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 4493 2005-02-18 02:09:53Z mike $"
3 .\"
4 .\" cups-config man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2005 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" "27 May 2004" "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 .LP
65 The \fI--api-version\fR command displays the current API version (major.minor).
66 .LP
67 The \fI--cflags\fR command displays the necessary compiler options.
68 .LP
69 The \fI--datadir\fR command displays the default CUPS data directory.
70 .LP
71 The \fI--help\fR command displays the program usage message.
72 .LP
73 The \fI--ldflags\fR command displays the necessary linker options.
74 .LP
75 The \fI--libs\fR command displays the necessary librarys to link to.
76 The \fI--image\fR option adds the CUPS imaging library to the list.
77 The \fI--static\fR option shows the static libraries instead of the
78 default (shared) libraries.
79 .LP
80 The \fI--serverbin\fR command displays the default CUPS binary directory,
81 where filters and backends are stored.
82 .LP
83 The \fI--serverroot\fR command displays the default CUPS configuration
84 file directory.
85 .LP
86 The \fI--version\fR command displays the full version number of the
87 CUPS installation (major.minor.patch).
88 .SH SEE ALSO
89 CUPS Software Programmers Manual,
90 http://localhost:631/documentation.html
91 .SH COPYRIGHT
92 Copyright 1993-2005 by Easy Software Products, All Rights Reserved.
93 .\"
94 .\" End of "$Id: cups-config.man 4493 2005-02-18 02:09:53Z mike $".
95 .\"